cURL
curl --request DELETE \ --url https://app.getswipe.in/api/partner/v1/doc/{doc_hash_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Document created successfully", "serialNumber": "SL123", "hashId": "SL123", "irn": "SL123", "qrCode": "", "einvoiceSuccess": true, "einvoiceMessage": "true" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The hash id of the document to be cancelled
Set to 1 if you want to cancel a document with e-invoice
Success
The response is of type object.
object