Skip to main content
DELETE
/
api
/
v1
/
agent
/
{agent_id}
/
knowledge-base
Unassign Knowledge Base
curl --request DELETE \
  --url https://dev.voice.ai/api/v1/agent/{agent_id}/knowledge-base \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

agent_id
string
required

Response

Successful Response