ga4_unshare_connection
Unshare Google Analytics Connection From Organization
Ga4Description
Stop sharing an owned Google Analytics connection with your organization. Teammates lose access immediately. You must be the owner.
DestructiveIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "ga4_unshare_connection",
"arguments": {
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User no longer wants the team to access this Google Analytics connection"
}
}
}
hopkin ga4 are-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default Google Analytics connection. |
{
"mcpServers": {
"ga4": {
"url": "https://ga4.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Stop sharing
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default Google Analytics connection. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Examples
Stop sharing
{
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User no longer wants the team to access this Google Analytics connection"
}
hopkin ga4 are-connection --connection-id 00000000-0000-0000-0000-000000000001