POST
/
v1
/
businesses
/
{business_id}
/
invoices
/
{invoice_id}
/
delete

Invoice deletion is not part of the normal account workflow. This functionality is provided in case an erroneous invoice creation.

If you need to void (cancel) an outstanding invoice, use the Void an Invoice endpoint instead.

Deletion of an invoice is only possible if the invoice has not been paid. Delete all payments made against the invoice before attempting to delete the invoice.

Path Parameters

business_id
string

Id of the Business the invoice is associated with.

invoice_id
string
required

Id of the Invoice to be deleted.

Response

Returns the updated Invoice Object