Sellers
Deletar recebedor por ID
Visão Geral
Tokens
Charges
Sessions
Customers
Merchants
Vendors
Sellers
Webhooks
Reports
Sellers
Deletar recebedor por ID
DELETE
/
v1
/
sellers?id
curl --request DELETE \
--url 'https://api.malga.io/v1/sellers?id=' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"properties": {
"merchantId": {
"type": "string",
"description": "Identificação do merchant"
}
},
"required": [
"merchantId"
],
"example": {
"merchantId": "4dbe1e43-7605-4e71-8973-76cfe16ce496"
}
}'
This response does not have an example.
Path Parameters
ID do seller
Body
application/json
Identificação do merchant
Response
200
_mintlify/placeholder
Delete
Was this page helpful?
curl --request DELETE \
--url 'https://api.malga.io/v1/sellers?id=' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"properties": {
"merchantId": {
"type": "string",
"description": "Identificação do merchant"
}
},
"required": [
"merchantId"
],
"example": {
"merchantId": "4dbe1e43-7605-4e71-8973-76cfe16ce496"
}
}'
This response does not have an example.