Method: accounts.delete
タイプ(スタンドアロン、MCA、サブアカウント)に関係なく、指定したアカウントを削除します。MCA を削除すると、そのサブアカウントがすべて削除されます。このメソッドを実行するには管理者権限が必要です。
HTTP リクエスト
DELETE https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するアカウントの名前。形式: accounts/{account}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/content
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-27 UTC。
[null,null,["最終更新日 2024-06-27 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."]]],[]]