Delete a document from an assistant’s knowledge base.
This endpoint permanently deletes a document from an assistant’s knowledge base. This action also removes all associated vector embeddings from the database and cannot be undone.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
assistant_id (string, required): The identifier of the assistant that owns the document.document_id (string, required): The identifier of the document to delete.200 OK status code with a confirmation message.