cURL
curl --request DELETE \ --url https://dev.exante.app/api/invoices/{invoice_uid} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "Success", "data": {} }
Deletes one invoice and its dependent line items and invoice fields.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invoice UID
Invoice deleted
"success"
200
"Success"
Optional payload included by endpoints that use the standard success wrapper.