Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url http://localhost:8000/v1/knowledge/{kb_id}
{ "deleted": true }
Delete a knowledge base and all its chunks by kb_id.
The knowledge base ID returned when the KB was created.
Knowledge base deleted
True if the knowledge base was deleted.
Was this page helpful?