Backend API
Remove a knowledge base association from an agent
cURL
curl --request DELETE \ --url https://api.wacht.dev/ai/agents/{agent_id}/knowledge-bases/{kb_id} \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
AI Agent ID
Knowledge Base ID
Knowledge base detached
Was this page helpful?