Frontend API
cURL
curl --request POST \ --url https://api.wacht.dev/ai/mcp-servers/{mcp_server_id}/disconnect \ --cookie __session=
{ "status": 123, "message": "<string>", "session": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>" } ], "data": { "success": true } }
Disconnected MCP server
Show child attributes
Was this page helpful?