FaBeat
05/23/2025, 10:47 AMVapi Support Bot
05/23/2025, 10:48 AMbash
curl -X DELETE https://api.vapi.ai/knowledge-base/<id> \
-H "Authorization: Bearer <token>"
Replace <id>
with the knowledge base's Vapi ID and <token>
with your API token. This will delete the knowledge base from Vapi, even if it no longer exists in Trieve.
Reference: [Vapi API - Delete Knowledge Base](https://docs.vapi.ai/api-reference/knowledge-bases/delete?explorer=true)
Source:
- [Vapi API Reference: Delete Knowledge Base](https://docs.vapi.ai/api-reference/knowledge-bases/delete?explorer=true)FaBeat
05/23/2025, 10:50 AMVapi Support Bot
05/23/2025, 10:51 AMbash
curl https://api.vapi.ai/knowledge-base \
-H "Authorization: Bearer <token>"
Look for the id
that matches the name you see in the dropdown. You can then use this ID to delete the knowledge base as needed.
Reference: [Vapi API - List Knowledge Bases](https://docs.vapi.ai/api-reference/knowledge-bases/list?explorer=true)
Sources:
- [Vapi API Reference: List Knowledge Bases](https://docs.vapi.ai/api-reference/knowledge-bases/list?explorer=true)
- [Vapi API Reference: Delete Knowledge Base](https://docs.vapi.ai/api-reference/knowledge-bases/delete?explorer=true)Vapi Support Bot
05/23/2025, 10:58 AMKings_big💫
05/23/2025, 2:29 PMVapi Support Bot
05/23/2025, 2:29 PM