Customer Document
Delete document
Get Started
Customer
Customer Document
Go!Chat
Go!KYT
Go!Press
Go!Scan
Go!Vid
Appendix
Customer Document
Delete document
Deletes the specified document and its metadata.
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
Response body
No content.
{
"errors": [
{
"code": "string",
"deprecated": "boolean",
"message": "string",
"will_be_deprecated": "boolean"
}
]
}
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"
}
]
}