Invoices
Delete an Invoice
Deleting an invoice should only be used when an invoice was improperly created.
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
Response
Returns the updated Invoice Object