DELETE
/
api
/
v1
/
customer_documents
/
{id}
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"
    }
  ]
}

Path parameters

id
string
required

Response body

No content.

{
  "errors": [
    {
      "code": "string",
      "deprecated": "boolean",
      "message": "string",
      "will_be_deprecated": "boolean"
    }
  ]
}