cURL
curl --request DELETE \ --url https://dev.voice.ai/api/v1/knowledge-base/{kb_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete an existing knowledge base.
Documentation IndexFetch the complete documentation index at: https://voice.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://voice.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response