cURL
curl -X DELETE \ /invoices/{id} \ --header "Authorization: Bearer <token>"
Delete an invoice. This is only possible if the invoice is in status “STATUS_DRAFT” or “STATUS_NEW” (waiting for approval). This is available for invoices only.
invoice:write
Value for the Authorization header parameter.
Invoice identifier
Invoice resource deleted
Was this page helpful?