Skip to main content
DELETE
/
api
/
v1
/
console
/
agents
/
{agentId}
/
knowledge_bases
/
{kbId}
Delete knowledge base
curl --request DELETE \
  --url https://api.bimpe.ai/api/v1/console/agents/{agentId}/knowledge_bases/{kbId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": null
}

Authorizations

Authorization
string
header
required

Team API key (prefix sk_). Use Authorization: Bearer or X-Api-Key: .

Path Parameters

agentId
string
required
Maximum string length: 50
kbId
string
required

Response

Knowledge base deleted

message
string
data
object
Example:

null