Skip to main content
DELETE
/
receipts
/
{id}
Delete receipt
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
}

Authorizations

x-token
string
header
required

Access token obtained from /auth endpoint

x-brand
string
header
required

Brand identifier

x-venue
string
header
required

Venue identifier

Path Parameters

id
integer
required

Receipt ID

Response

Receipt deleted successfully

success
boolean
message
string
time
integer
timestamp
string
unix
integer