cURL
curl --request DELETE \ --url https://api.e-invoice.be/api/documents/{document_id} \ --header 'Authorization: Bearer <token>'
{ "is_deleted": true }
Delete an invoice or credit note
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response