delete_note_events
Delete STAS note events. For one specific note, pass external_ids with the exact note:YYYY-MM-DD: id; external_id as one string is accepted as a compatibility alias. Use oldest/newest window deletion only when replacing a whole note set in that date window. Do not delete user-created notes without a note: external_id. dry_run is required: false deletes, true previews only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newest | No | End date for full-window replacement deletes. Required unless external_ids is provided. | |
| oldest | No | Start date for full-window replacement deletes. Required unless external_ids is provided. | |
| dry_run | Yes | Required. false writes to Intervals.icu; true only previews without writing. | |
| external_id | No | Compatibility alias for deleting one exact STAS event id. Prefer external_ids for multiple ids. | |
| external_ids | No | Exact STAS event ids to delete. Use this for deleting specific workouts or notes without clearing the whole day/window. |