Method: accounts.delete
単独のアカウント、MCA、サブアカウントの種類に関係なく、指定したアカウントを削除します。MCA を削除すると、そのすべてのサブアカウントが削除されます。このメソッドを実行するには、管理者権限が必要です。削除は、アカウントが他のアカウントにサービスを提供しておらず、処理済みのオファーがない場合のみ成功します。これは force
パラメータを使用してオーバーライドできます。
HTTP リクエスト
DELETE https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するアカウントの名前。形式: accounts/{account}
|
クエリ パラメータ
パラメータ |
force |
boolean
省略可。true に設定すると、他のアカウントにサービスを提供している場合や、オファーを処理している場合でも、アカウントは削除されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/content
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-22 UTC。
[null,null,["最終更新日 2024-12-22 UTC。"],[[["Deletes a specified account, including standalone, MCA, and sub-accounts, requiring admin access."],["Deletion is conditional on the account not serving others or having processed offers, unless overridden with the `force` parameter."],["The request is sent as a `DELETE` method to the provided URL with the account name as a path parameter and optional `force` query parameter."],["The request body is empty, and a successful response returns an empty JSON object."],["Requires the `https://www.googleapis.com/auth/content` OAuth scope for authorization."]]],[]]