Skip to main content
DELETE
/
api
/
v1
/
invoices
/
{invoice_id}
Delete Invoice
curl --request DELETE \
  --url https://api.example.com/api/v1/invoices/{invoice_id}
invoice_id
string
required
UUID of the invoice
Returns 204 No Content on success.
Only DRAFT invoices can be deleted. To cancel an open invoice, use the status update endpoint to mark it as VOID.