flow_recording_delete_step
Delete one step from an in-progress recording (before flow_recording_save). Removes a mis-recorded step — e.g. an assert that bound to the wrong element or a stray tap — without discarding and re-recording the whole flow. Remaining steps are renumbered; the returned step list reflects the new 1-based indices. Deleting the appLaunch step (index 1) is rejected. Use the stepIndex from a flow_recording_action / flow_recording_get response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stepIndex | Yes | 1-based index of the step to delete | |
| recordingId | Yes | Recording ID from flow_recording_start |