remove_from_timeline
Remove a clip from the Premiere Pro timeline using its ID, with options to ripple delete to close gaps or lift to leave gaps. Specify a sequence when targeting non-active sequences.
Instructions
Removes a clip from the timeline. Pass sequenceId when the clip ID came from list_sequence_tracks for a non-active sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | The ID of the clip on the timeline to remove | |
| deleteMode | No | Whether to ripple delete (close gap) or lift (leave gap) | |
| sequenceId | No | Optional sequence ID to search. If omitted, searches the active sequence first, then all sequences. |