You can only delete a document that is in draft status (document_status = 0) and no XML has been generated, nor has it been sent to the tax bureau. This will permanently delete the document. You must include the document_id in the URL.

Endpoint: https://api.userow.com/billing/V1/documents/ <document_id>

  • Method: DELETE
  • Required headers:
    • Content-Type: application/json
    • Authorization: Bearer <token>
    • Accept: */*
No payload is required