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 '
{
"merchantId": "4dbe1e43-7605-4e71-8973-76cfe16ce496"
}
'{
"error": {
"declinedCode": "<string>",
"message": "<string>",
"details": "<array>"
}
}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 '
{
"merchantId": "4dbe1e43-7605-4e71-8973-76cfe16ce496"
}
'{
"error": {
"declinedCode": "<string>",
"message": "<string>",
"details": "<array>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.malga.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?