Invoices
Void an invoice
Permanently cancels an open or uncollectible invoice. Once voided, the invoice can’t be paid or edited.
POST
Path Parameters
ID of the invoice you want to void.
Body
application/json · object
Response
200
application/json
Returns the Invoice object with status updated to void. Voiding an invoice makes it non-payable and unrecoverable for further updates or payments. Raises an error if the invoice is already paid, void, or draft.