cURL
curl --request DELETE \ --url https://tavusapi.com/v2/documents/{document_id} \ --header 'x-api-key: <api-key>'
{ "message": "Invalid access token" }
Delete a document and its associated data using its unique identifier.
Documentation IndexFetch the complete documentation index at: https://docs.tavus.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the document to delete
NO CONTENT - Document deleted successfully