DELETE
/
Invoice
/
{idInvoice}
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
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

idInvoice
integer
required

Invoice ID

Example:

23548884

Response

200
application/json

Success

Response schema for invoice operations.