delete_session_object
Delete an exact track, Return Track, scene, or Session clip from Ableton Live. Requires explicit authority to remove contained content and confirm the action with a short-lived token.
Instructions
Plan or delete an exact track, Return Track, scene, or Session clip with explicit content authority. Return deletion discloses its devices and affected track-send lanes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | No | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| targetId | Yes | Stable target ID. | |
| targetType | Yes | ||
| allowContent | No | Allow deletion of contained material or a Return Track and its send lane. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |