DELETE
/
knowledgebase
/
{rag_id}
curl --request DELETE \
  --url https://api.bolna.dev/knowledgebase/{rag_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success",
  "state": "deleted"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

rag_id
string
required

The ID of the knowledgebase

Response

200
application/json
knowledgebase status response

The response is of type any.