curl --request DELETE \
--url https://api.avidoai.com/v0/documents/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes a document and its related document versions by the given document ID
curl --request DELETE \
--url https://api.avidoai.com/v0/documents/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}