DELETE
/
knowledge-bases
/
{knowledge_base_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledge_base_id
string
required

Unique identifier for a Knowledge Base.

Maximum length: 28

Response

200 - application/json
deleted
boolean
required

A boolean value indicating if the Knowledge Base was successfully deleted.

knowledge_base_id
string
required

The unique identifier of the Knowledge Base that was deleted.

Maximum length: 28