delete
https://api.customerly.io/v2/documents/
Deletes a document using either the internal Customerly document ID or your custom identifier.
If the document is not found, a 404 error is returned.
Document Identification
You can delete a document using two types of identifiers:
1. Customerly Document ID (numeric):
- Use the internal document ID directly (e.g.,
12345) - Example:
DELETE /documents/12345
2. Custom Document ID (prefixed with cid:):
- Use your custom identifier with the
cid:prefix - Example: If your custom_document_id is
doc_12345, useDELETE /documents/cid:doc_12345
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Document deleted successfully
401Authentication required
403Permission denied
404Document not found