Skip to main content
DELETE
/
knowledge-bases
/
:id

Endpoint

DELETE https://gateway.orkeia.ai/knowledge-bases/{id} Authentication
Requires header authorization: <your_token>.

Path Parameters

NameTypeRequiredDescriptionExample
idstringYesIdentifier of the knowledge base.KB_123456

Example (cURL)

curl -X DELETE "https://gateway.orkeia.ai/knowledge-bases/KB_123456"   -H "Authorization: Bearer <your_token>"   -H "Content-Type: application/json"

Responses

Response - Success

response
{
  "status": "OK",
  "data": true
}

500 — Server Error

{
  "status": "ERROR",
  "code": "server/error",
  "data": null
}

400 — Client Error

{
  "status": "ERROR",
  "code": "client/error",
  "data": null
}