disconnect_gam
Revoke OAuth credentials and permanently remove a Google Ad Manager network from your tenant. This irreversible action disconnects all operations for that network.
Instructions
Revoke and permanently remove the GAM OAuth credentials for a network from the tenant.
MODE: write (destructive) AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: Returns {network_code, disconnected_at} SIDE EFFECTS: All OrbiAds operations requiring this network will fail after disconnection. The network must be re-authorized via initiate_gam_auth to restore access. WHEN TO USE: Use when intentionally removing a network from the tenant (e.g., end of contract). Confirmation token required — this action is irreversible via API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_code | Yes | GAM network code to disconnect. | |
| confirmation_token | Yes | Write-confirmation token. Required — disconnection is irreversible. |