Delete an Invoice
DELETE/v1/invoices/:idClick to copy
Use this endpoint to delete invoices. You can only delete an invoice that is in the draft state.
Is this page helpful?
Path Parameters
id *
stringThe unique identifier of the invoice.
Errors
Operation not allowed for Invoice in cancelled status.
Error Status: 400
You are trying to delete an invoice that is not in the Draft status.
Solution
Delete an Invoice
DELETE/v1/invoices/:idClick to copy
Use this endpoint to delete invoices. You can only delete an invoice that is in the draft state.
Is this page helpful?
Path Parameters
id *
stringThe unique identifier of the invoice.
Errors
Operation not allowed for Invoice in cancelled status.
Error Status: 400
You are trying to delete an invoice that is not in the Draft status.
Solution