API Reference
Delete Document
Delete a document and all associated data.
This endpoint deletes a document and all its associated data, including:
- Document metadata
- Document content in storage
- Document chunks and embeddings in vector store
Args: document_id: ID of the document to delete auth: Authentication context (must have write access to the document)
Returns: Deletion status
DELETE
Headers
Path Parameters
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?