unschedule_workout
Cancel a scheduled workout on Garmin Connect without deleting the workout itself, so it remains available to reschedule later.
Instructions
Remove a scheduled workout from the Garmin Connect calendar
Deletes a calendar entry without deleting the underlying workout template — the workout stays in your library and can be re-scheduled.
IMPORTANT: scheduled_workout_id is the calendar-entry id, which is different from the workout's id. Get it from get_scheduled_workouts (the "scheduled_workout_id" field), not from get_workouts.
Note: the scheduled-workouts listing is an eventually-consistent index. If you just scheduled this workout, allow a moment before unscheduling so the id is available.
Args: scheduled_workout_id: Calendar-entry id from get_scheduled_workouts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduled_workout_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |