cURL
curl --request DELETE \ --url https://integrations.clopos.com/open-api/receipts/{id} \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>'
{ "success": true, "message": "<string>", "time": 123, "timestamp": "<string>", "unix": 123 }
Delete an existing receipt by ID.
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Receipt ID
Receipt deleted successfully
Was this page helpful?