cURL
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>" } ] }
Remove a knowledge base from an agent.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response