cURL
curl --request DELETE \ --url https://tavusapi.com/v2/documents/{document_id} \ --header 'x-api-key: <api-key>'
{ "error": "Invalid or missing authentication" }
Delete a specific document
The unique identifier of the document to delete
Document deleted successfully