delete_workout
Remove a workout from your Garmin library by its ID. Confirmation is required; without it, the action only previews the deletion.
Instructions
Remove a workout from the athlete's Garmin library.
Args: workout_id: The id returned by create_workout. confirm: Must be true to actually delete.
The undo for create_workout. Same two-step rule: without confirm it reports what would be removed and does nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| workout_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||