Delete Animation Track
delete_trackRemove an animation track from a target in Cinema 4D by specifying the parameter ID and optional vector component.
Instructions
Remove an entire CTrack (identified by param_id + optional component) from the target. Returns {removed: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Animated target. | |
| param_id | Yes | Top-level description id. | |
| component | No | Vector sub-component. null / omitted for scalar tracks. |