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 '
{
"$ref": "#/components/schemas/DeleteSellerRequest"
}
'{
"error": {
"type": "api_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 '
{
"$ref": "#/components/schemas/DeleteSellerRequest"
}
'{
"error": {
"type": "api_error",
"declinedCode": "<string>",
"message": "<string>",
"details": "<array>"
}
}Was this page helpful?