AI-generated Key Takeaways
- 
          This content details how to delete all images for a specific language and image type using an HTTP DELETE request. 
- 
          The request requires path parameters including packageName,editId,language, andimageType.
- 
          The request body must be empty, and the response body indicates which images were deleted. 
- 
          Authorization is required using the https://www.googleapis.com/auth/androidpublisherOAuth scope.
Deletes all images for the specified language and image type. Returns an empty response if no images are found.
HTTP request
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| packageName | 
 Package name of the app. | 
| editId | 
 Identifier of the edit. | 
| language | 
 Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). Providing a language that is not supported by the App is a no-op. | 
| imageType | 
 Type of the Image. Providing an image type that refers to no images is a no-op. | 
Request body
The request body must be empty.
Response body
Response for deleting all images.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "deleted": [
    {
      object ( | 
| Fields | |
|---|---|
| deleted[] | 
 The deleted images. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/androidpublisher