cURL
curl --request DELETE \ --url https://api.avidoai.com/v0/documents/{id} \ --header 'x-api-key: <api-key>'
This response does not have an example.
Deletes a document by ID. Note: This will also affect any child documents that reference this document as a parent.
Your unique Avido API key
The unique identifier of the document
"123e4567-e89b-12d3-a456-426614174000"
Document deleted successfully