Deletes a single invoice from an entrypoint.
curl --request DELETE \ --url https://api-sandbox.payabli.com/api/Invoice/{idInvoice} \ --header 'requestToken: <api-key>'
{ "isSuccess": true, "responseText": "Success", "responseCode": 1, "responseData": 3625, "pageidentifier": null }
Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.
organization
application
Invoice ID
23548884
Success
Response schema for invoice operations.
Was this page helpful?