Skip to main content
DELETE
/
v1
/
agents
/
{agent_id}
/
knowledge-bases
/
{kb_id}
Unlink Knowledge Base
curl --request DELETE \
  --url https://api.example.com/v1/agents/{agent_id}/knowledge-bases/{kb_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

agent_id
string<uuid>
required
kb_id
string<uuid>
required

Response

Successful Response