delete_arrangement_clip
Remove a specific clip from Ableton Live's Arrangement view without affecting others. Confirm to delete; the action can be undone in Live.
Instructions
Plan or delete one exact Arrangement clip, preserving other timeline material. Requires current clip identity and confirmation; deletion is undoable in Live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Exact timeline clip ID returned by list_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. | |
| 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. |