cURL
curl --request DELETE \ --url https://api.bolna.ai/knowledgebase/{rag_id} \ --header 'Authorization: Bearer <token>'
{ "message": "success", "state": "deleted" }
Remove and delete an existing knowledgebase from your Bolna account maintaining your Bolna Voice AI agents upto date.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the knowledgebase
knowledgebase status response
Was this page helpful?