Method: edits.images.delete

  • This API call allows you to delete a specific image from an app edit using its unique ID.

  • The HTTP request uses a DELETE method with a URL that includes the package name, edit ID, language, image type, and image ID.

  • The request body must be empty, and a successful response will also have an empty body.

  • Authorization requires the https://www.googleapis.com/auth/androidpublisher OAuth scope.

Deletes the image (specified by id) from the edit.

HTTP request

DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
packageName

string

Package name of the app.

editId

string

Identifier of the edit.

language

string

Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).

imageType

enum (AppImageType)

Type of the Image.

imageId

string

Unique identifier an image within the set of images attached to this edit.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidpublisher