Delete Animation Track
delete_trackDelete an animation track from Cinema 4D by specifying its full path or legacy parameter ID. Returns confirmation of removal.
Instructions
Remove an entire CTrack identified by full path or legacy param_id/component. Returns {removed: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Full DescID as [[id,dtype,creator],...], from list_user_data desc_id or list_tracks path. For a vector append a REAL x/y/z DescLevel. Exclusive with param_id/component/dtype. | |
| handle | Yes | Animated target. | |
| param_id | No | Legacy top-level parameter id; exclusive with path. | |
| component | No | Legacy vector component with param_id; HPB rotation maps to x/y/z. Omit with path. |