WorkspaceWrite

Delete Integration

delete_integration

Remove a destination integration from the workspace. Any feeds using this integration will fail to sync after removal.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
integrationIdstringrequiredIntegration 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

Related Workspace tools