Delete document
Knowledgebases
Delete document
Delete a document from a knowledgebase
DELETE
Delete document
This endpoint permanently deletes a document from a knowledgebase. The document’s vector embeddings are also removed from the vector database.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the knowledgebase
The unique identifier of the document to delete
Response
Success message
What Gets Deleted
When you delete a document:- Document record is removed from the database
- Vector embeddings are deleted from the vector database
- Processed content is removed from external document stores
- Parent knowledgebase status is updated automatically
If this was the last document in the knowledgebase, the knowledgebase status will change to
empty.
