Skip to main content
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.