google_search_console_unshare_connection

Unshare Google Search Console Connection From Organization

Google

Description

Stop sharing an owned Google Search Console 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": "google_search_console_unshare_connection",
    "arguments": {
      "connection_id": "00000000-0000-0000-0000-000000000001",
      "reason": "User no longer wants the team to access this Google Search Console connection"
    }
  }
}

Parameters

NameTypeRequiredDescription
connection_id string Required UUID of the connection to mark as the actor's default Google Search Console 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 Search Console connection"
}

hopkin google ch-console-unshare-connection --connection-id 00000000-0000-0000-0000-000000000001