remove_effect
Remove a specific effect from a clip by providing its name or index. Returns a capability error when individual component removal is unsupported.
Instructions
Remove an effect from a clip by its index or name. Returns a capability error when the host cannot remove an individual component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| effect_name | No | Name of the effect to remove (alternative to effect_index) | |
| effect_index | No | Index of the effect to remove (0-based). Use get_clip_properties to see effects list. |