v1
latestOpenAPI 3.0.12026-07-263591116.9 KBDocument 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
Example response
{
"success": true,
"message": "Message",
"data": {
"hash_id": "SL123"
}
}