Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atthene.com/llms.txt

Use this file to discover all available pages before exploring further.

Remove a knowledge base and all its indexed content.
kb_id
string
required
The knowledge base ID
curl -X DELETE https://api-be.atthene.com/api/v1/knowledge-bases/kb_123/ \
  -H "x-api-key: YOUR_API_KEY"

Response

Returns 204 No Content on success.
This action permanently deletes the knowledge base and all its indexed content. The source collections and files remain intact.