Method: users.delete
指定されたデベロッパー アカウントに対するユーザーのすべてのアクセス権を削除します。
HTTP リクエスト
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/{name=developers/*/users/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するユーザーの名前。形式: developers/{developer}/users/{email}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-18 UTC。
[null,null,["最終更新日 2024-12-18 UTC。"],[[["Deletes a user's access to a specified developer account."],["Requires a DELETE request to the specified URL with the developer and user information as path parameters."],["The request body should be empty, and a successful response will also be empty."],["Requires authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],[]]