Delete one store listing image
play_delete_imageDeletes a single uploaded Google Play store listing image by imageId, removing outdated screenshots, icons, or banners from an app edit.
Instructions
Deletes a single uploaded image by its imageId (from play_list_images).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| imageId | Yes | ||
| language | Yes | BCP-47 language code as used by Play Console, e.g. "en-US", "tr-TR" | |
| imageType | Yes | Which image slot in the store listing to operate on | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |