Parameter | Type | Description |
---|---|---|
id | integer | Document ID |
Key | Type | Description |
---|---|---|
document | Document | See: Document model |
Status | Description |
---|---|
404 | Document not found |
{
"document": {} // Document - see: 'Document model'
}
curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/operations/documents/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}