Remove project item (bin)
premiere_remove_project_itemDelete a bin from a Premiere Pro project by its nodeId. Confirmation is mandatory to prevent irreversible removal. Obtain nodeId from the list project items tool.
Instructions
Delete a BIN from the project by nodeId. Irreversible -> requires confirm:true. (Individual clips cannot be deleted via the stable DOM; do that in the Premiere UI.) Get nodeIds from premiere_list_project_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | nodeId of the bin to delete (from list/find tools). | |
| confirm | No | Must be true to proceed. |