Delete Knowledge Base
REST API - Knowledge
Delete Knowledge Base
Deletes knowledge base by ID
DELETE
Delete Knowledge Base
Permanently delete a knowledge base and all its documents. This action cannot be undone.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier of the knowledge base to delete (UUID format)
Response
Returns202 Accepted on successful deletion.
Example Request
Example Response
Notes
- All documents in the knowledge base will be permanently removed
- All vector embeddings will be deleted from the search index
- Agents using this knowledge base will lose access to it
- This action cannot be undone
- Returns 404 if the knowledge base is not found

