SourceSync.ai MCP Server

revokeConnection

Revokes access for a specific connection, removing the integration with the external service.

Input Schema

NameRequiredDescriptionDefault
connectionIdYes
namespaceIdNo
tenantIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connectionId": { "type": "string" }, "namespaceId": { "type": "string" }, "tenantId": { "type": "string" } }, "required": [ "connectionId" ], "type": "object" }