Skip to main content
DELETE
/
api
/
knowledge-bases
/
{id}
Delete knowledge base and all associated data
curl --request DELETE \
  --url http://localhost:3000/api/knowledge-bases/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Knowledge base ID

Response

Knowledge base deleted successfully