curl --request DELETE \
--url https://api.bland.ai/v1/knowledgebases/{vector_id} \
--header 'authorization: <authorization>'{
"message": "Knowledge base deleted"
}
Remove a knowledge base from your account.
curl --request DELETE \
--url https://api.bland.ai/v1/knowledgebases/{vector_id} \
--header 'authorization: <authorization>'{
"message": "Knowledge base deleted"
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
vector_id of the knowledge base to delete.{
"message": "Knowledge base deleted"
}
Was this page helpful?