Delete Project Item
delete_project_itemRemove a clip, bin, or other project item from the project panel without affecting timeline instances.
Instructions
Delete a project item (clip, bin, etc.) from the project panel. This removes it from the project but does not affect timeline instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item 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. |