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_idstringRequired
ID of the document to remove from the knowledge base.

Response

This endpoint returns an object.
successboolean
True if the document was successfully removed or was not present.
messagestring or null

Optional message describing the outcome (e.g., not found).

Errors