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 https://api.truedy.ai/api/public/v1/knowledge-bases/{kb_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true, "id": "kb_x9y8z7w6" }, "meta": { "request_id": "req_32e7531c", "ts": "2026-04-05T10:22:00Z" } }
Delete a knowledge base. Knowledge base must not be in use by any agent.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Knowledge base ID
Knowledge base deleted successfully
Show child attributes