Delete Knowledge Base
Knowledge Bases
Delete Knowledge Base
Delete a knowledge base and all its items.
DELETE
Delete Knowledge Base
Documentation Index
Fetch the complete documentation index at: https://docs.kollie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Delete Knowledge Base
This endpoint deletes a knowledge base and all its associated items.Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| kb_id | string | Yes | The ID of the knowledge base to delete |
Response
200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the deleted knowledge base |
| name | string | Name of the deleted knowledge base |
| description | string | Description of the deleted knowledge base |
| created_at | string | Timestamp when the knowledge base was created |
| updated_at | string | Timestamp when the knowledge base was last updated |
| organization_id | string | ID of the organization that owned the knowledge base |

