delete_locator
Delete a cue point by index. Uses playhead positioning to remove it reliably, with confirmation in the response.
Instructions
Delete a cue point (locator) by index.
Due to Ableton API limitations, deletion may require two calls:
First call positions the playhead at the cue point's time.
Second call actually deletes the cue point. Check the 'deleted' field in the response.
Args: index: Zero-based index of the cue point to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |