google_ads_revoke_connection
Revoke Google Connection
GoogleDescription
Revoke (soft-delete) an owned Google connection. Any defaults pointing to it are invalidated and shared org members lose access. The OAuth grant at Google is NOT revoked by this tool — the user must disconnect via the dashboard if they want to fully revoke at Google. You must be the owner.
DestructiveIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "google_ads_revoke_connection",
"arguments": {
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User asked to disconnect this Google account"
}
}
}
hopkin google revoke-connection
| Flag | Type | Required | Description |
|---|---|---|---|
--connection-id | string | Required | UUID of the connection to mark as the actor's default Google connection. |
{
"mcpServers": {
"google-ads": {
"url": "https://google.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Revoke
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
connection_id |
string |
Required | UUID of the connection to mark as the actor's default Google connection. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Examples
Revoke
{
"connection_id": "00000000-0000-0000-0000-000000000001",
"reason": "User asked to disconnect this Google account"
}
hopkin google revoke-connection --connection-id 00000000-0000-0000-0000-000000000001