delete_garmin_workout
Permanently remove a Garmin Connect workout by its numeric ID. Verify the correct workout ID beforehand because deletion is irreversible and offers no undo.
Instructions
Permanently delete a workout from Garmin Connect by workoutId. This is irreversible - there is no undo or trash. Use list_garmin_workouts or get_garmin_workout first to confirm you have the right workoutId. If no valid session exists, returns a message asking you to run authenticate_garmin rather than throwing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workoutId | Yes | The numeric Garmin workout id, as returned by create_garmin_workout or listed by list_garmin_workouts. |