Skip to main content
DELETE
Deletes a Knowledge Base.

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 string length: 28
Pattern: ^kb_[a-zA-Z0-9]{25}$

Response

OK

knowledge_base_id
string
required

The unique identifier of the Knowledge Base that was deleted.

Maximum string length: 28
Pattern: ^kb_[a-zA-Z0-9]{25}$
Example:

"kb_feMfJbeqbAEj4u8K5HqmKpUbY"

deleted
boolean
required

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

Example:

true