Delete Document
Documents
Delete Document
Permanently deletes a document and all its chunks from the knowledge base.
DELETE
Delete Document
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Response
Success.