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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invoice identifier
Invoice resource deleted
War diese Seite hilfreich?