Delete Track
delete_trackRemove a specified video or audio track from the active Premiere Pro sequence by providing track type and index.
Instructions
Delete a video or audio track from the active sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | Yes | Type of track to delete | |
| track_index | Yes | Index of the track to delete (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |