English
Documentation
How to use the Orkeia AI platform
Removes a knowledge base.
DELETE https://gateway.orkeia.ai/knowledge-bases/{id}
authorization: <your_token>
curl -X DELETE "https://gateway.orkeia.ai/knowledge-bases/KB_123456" -H "Authorization: Bearer <your_token>" -H "Content-Type: application/json"
{ "status": "OK", "data": true }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
Was this page helpful?