Delete all images of a type
play_delete_all_imagesDelete all images in a Google Play store listing image slot for a specific language, such as clearing every phone screenshot, by providing package, edit, language, and image type.
Instructions
Deletes every image in a given image slot for a language (e.g. clear all phoneScreenshots).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| 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" |