Backend API
Remove an MCP server association from an agent
cURL
curl --request DELETE \ --url https://api.wacht.dev/ai/agents/{agent_id}/mcp-servers/{mcp_server_id} \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
AI Agent ID
MCP Server ID
MCP server detached
Was this page helpful?