Delete Multiple Project Items
delete_multiple_project_itemsDelete multiple project items from the Premiere Pro project panel at once using their node IDs or names.
Instructions
Delete multiple project items at once from the project panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_ids | Yes | Array of node IDs or names of items to delete |
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. |