Delete Keyframe
delete_keyframeRemove keyframes from a CTrack by specifying a single frame or an inclusive range with start and end frames.
Instructions
Remove keys from a CTrack. Pass frame for a single-frame delete, or start_frame / end_frame (inclusive) for a range. Returns {removed, track}. Symmetric with set_keyframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Override for BaseTime conversion. | |
| frame | No | Single frame to remove. | |
| handle | Yes | Animated target. | |
| param_id | Yes | Top-level description id. | |
| component | No | Vector sub-component. null / omitted for scalar tracks. | |
| end_frame | No | Inclusive upper bound. | |
| start_frame | No | Inclusive lower bound. |