Skip to main content
DELETE
/
api
/
v1
/
rag
/
delete-knowledge-base
/
{kb_id}
Delete Knowledge Base
curl --request DELETE \
  --url https://api.ravan.ai/api/v1/rag/delete-knowledge-base/{kb_id} \
  --header 'X-Api-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your RavanAi.

Path Parameters

kb_id
string
required
Knowledge Base ID

Response

Returns 204 No Content on success.

Authorizations

X-Api-Key
string
header
required

Path Parameters

kb_id
string
required

Knowledge Base ID

Response

204

No Content