cURL
curl --request DELETE \ --url https://api.contazen.ro/v1/invoices/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "object": "invoice", "id": "<string>", "deleted": true, "deleted_at": "2023-11-07T05:31:56Z" }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
Permanently delete a voided or draft invoice
Use your API key (sk_live_xxx or sk_test_xxx)
Invoice CzUid
Invoice deleted successfully
Show child attributes
Was this page helpful?