curl --request DELETE \
--url https://api.malga.io/v1/sellers/documents/{documentId} \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'{
"error": {
"type": "api_error",
"declinedCode": "<string>",
"message": "<string>",
"details": "<array>"
}
}Remove um documento. Apenas documentos com status uploaded podem ser deletados.
Documentos já associados a um seller (status attached ou sent) não podem ser removidos.
curl --request DELETE \
--url https://api.malga.io/v1/sellers/documents/{documentId} \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'{
"error": {
"type": "api_error",
"declinedCode": "<string>",
"message": "<string>",
"details": "<array>"
}
}Was this page helpful?