Skip to main content

Delete invoice

DELETE 

/api/v1/invoice-bulk-upload/:invoice_id

To delete the invoice

🔋 Sample Request Payload

{
"merchantCode": "842217" // Pass merchant code
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload Details

Field NameDescriptionRequired
merchantCodePass the merchant code✅ Yes

Request

Responses

Invoice deleted successfully. Decrypt the server response to view the result.