Bank ConnectionsWrite
Delete Bank
delete_bankRemove a bank connection from the workspace. The bank will no longer sync data and existing feeds referencing it will fail.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces). |
bankId | string | required | Bank connection ID — get from list_banks |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "delete_bank","arguments": {"workspaceId": "workspaceId_123","bankId": "bankId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent