Path parameters
Response body
- 204
- default
No content.
curl --request DELETE \
  --url https://api.algoreg.com/api/v1/customer_documents/{id} \
  --header 'Authorization: Bearer <token>'{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}
Deletes the specified document and its metadata.
curl --request DELETE \
  --url https://api.algoreg.com/api/v1/customer_documents/{id} \
  --header 'Authorization: Bearer <token>'{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}
{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}