Method: edits.images.delete
HTTP リクエスト
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
editId |
string
編集の識別子。
|
language |
string
言語ローカライズ コード(BCP-47 言語タグ。オーストリアのドイツ語の場合は「de-AT」など)。
|
imageType |
enum (AppImageType )
画像のタイプ。
|
imageId |
string
この編集に添付された画像セット内の画像の一意の識別子。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Deletes an image from a specific edit of an Android app in the Google Play Store."],["Requires providing the package name, edit ID, language, image type and image ID in the request URL."],["Uses an HTTP DELETE request with an empty body."],["A successful deletion results in an empty response body."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details the process for deleting an image from an app's edit listing. The action is performed via a `DELETE` HTTP request to a specific URL, including the app's package name, edit ID, language, image type, and image ID as path parameters. The request body must be empty. A successful deletion returns an empty JSON object. This process requires `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]