Remove From Knowledge Base
Remove a document from the knowledge base.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
document_id
ID of the document to remove from the knowledge base.
Response
This endpoint returns an object.
success
True if the document was successfully removed or was not present.
message
Optional message describing the outcome (e.g., not found).
