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

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