Skip to main content
DELETE
/
cheques
/
{chequeID}
Delete Cheque By ID
curl --request DELETE \
  --url 'http://{{baseurl}}/cheques/{chequeID}' \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.anabosi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Path Parameters

chequeID
string
required

Response

200 - application/json

Successful response