WorkspaceWrite
Delete Integration
delete_integrationRemove a destination integration from the workspace. Any feeds using this integration will fail to sync after removal.
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). |
integrationId | string | required | Integration ID to remove — get from list_integrations |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "delete_integration","arguments": {"workspaceId": "workspaceId_123","integrationId": "integrationId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent