Requires authorization
Deletes the image (specified by id) from the edit.
Request
HTTP request
DELETE https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId/listings/language/imageType/imageId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
imageId |
string |
Unique identifier an image within the set of images attached to this edit. |
imageType |
string |
Acceptable values are:
|
language |
string |
The language code (a BCP-47 language tag) of the localized listing whose images you are deleting. For example, to select Latin American Spanish, pass "es-419". |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.