v1

latestOpenAPI 3.0.12026-07-263591116.9 KB
Document V2

Cancel a document

delete/v2/doc/{doc_hash_id}

Path parameters

doc_hash_idstring required

The hash id of the document to be cancelled

Query parameters

cancel_einvoiceinteger

Set to 1 if you want to cancel a document with e-invoice

Response

Success

successboolean
messagestring

Success Message

error_codestring

Error Code

errorsobject

Error details

Example response

{
  "success": true,
  "message": "Message",
  "data": {
    "hash_id": "SL123"
  }
}