Discard Play Console edit
play_delete_editDiscard an in-progress Google Play Console edit without applying any changes. Pass the package name and edit ID returned by play_create_edit to abandon the draft.
Instructions
Discards an in-progress edit without applying any of its changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editId | Yes | Edit id returned by play_create_edit | |
| packageName | Yes | Play Console package name, e.g. "com.example.app" |