remove_audio_warp_marker
Delete an exact audio warp marker in Ableton Live by specifying its beat time, while rejecting hidden terminal markers and stale clip state for reliable edits.
Instructions
Plan or apply deletion of an exact visible audio warp marker. Rejects the hidden terminal marker and stale clip state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| beatTime | Yes | Exact marker beat time from audio state. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |