Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
Method: accounts.accessBindings.batchDelete
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウントまたはプロパティへの複数のユーザーのリンクに関する情報を削除します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=accounts/*}/accessBindings:batchDelete
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。アクセス バインディングを所有するアカウントまたはプロパティ。DeleteAccessBindingRequest メッセージの「names」フィールドに指定されたすべての値の親は、このフィールドと一致する必要があります。形式: - accounts/{account} - properties/{property}
|
リクエストの本文
リクエストの本文には、次の構造のデータが含まれます。
フィールド |
requests[] |
object (DeleteAccessBindingRequest )
必須。削除するアクセス バインディングを指定するリクエスト。バッチで削除できるアクセス バインディングは最大 1,000 個です。
|
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.manage.users
DeleteAccessBindingRequest
accessBindings.delete RPC のリクエスト メッセージ。
JSON 表現 |
{
"name": string
} |
フィールド |
name |
string
必須。形式: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["Deletes information about multiple users' links to an account or property using batch operations."],["The API requires a list of access binding names to delete, with a maximum of 1000 bindings per request."],["The request should specify the parent account or property that owns the access bindings."],["Successful deletion results in an empty response body."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` scope."]]],["This document details the process of batch deleting user access bindings to Google Analytics accounts or properties. It involves sending a `POST` HTTP request to a specified URL, including a `parent` path parameter that identifies the account or property. The request body contains an array of `DeleteAccessBindingRequest` objects, each specifying an access binding to delete. The maximum number of requests is 1000. Upon successful deletion, an empty JSON object is returned. Authorization requires the `analytics.manage.users` OAuth scope.\n"]]