Knowledge Bases
Deletes a Knowledge Base.
DELETE
/
knowledge-bases
/
{knowledge_base_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
knowledge_base_id
string
requiredUnique identifier for a Knowledge Base
.
Maximum length:
28
Response
200 - application/json
knowledge_base_id
string
requiredThe unique identifier of the Knowledge Base
that was deleted.
Maximum length:
28
deleted
boolean
requiredA boolean value indicating if the Knowledge Base
was successfully deleted.