delete_workout
Permanently delete a workout template. This cannot be undone. Deleting a workout also removes it from any schedules and from the user's Garmin device. Always confirm with the user before calling: state the exact workout name (and its folder, if any) and get explicit approval.
Args: workout_name: Exact workout template name (case insensitive). folder_name: Optional folder name, used to disambiguate when several workouts share the name. Use "My Workouts" for a workout not in any folder.
If several workouts share the name, the call fails and lists each match with its folder; ask the user which one they mean and retry with folder_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_name | No | Folder that holds the workout, to disambiguate duplicate names. Use "My Workouts" for a workout not in any folder. | |
| workout_name | Yes | The exact name of the workout template to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_name | No | ||
| workout_name | Yes |