Unschedule Workout
unschedule_workoutClear a scheduled workout from the calendar without removing the workout itself, freeing up the date while retaining it for future scheduling.
Instructions
Remove a scheduled workout from the calendar. Use get_scheduled_workouts to look up a workoutScheduleId. delete_workout unschedules on its own, so this is only needed to free a date while keeping the workout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduleId | Yes | The workout schedule ID (workoutScheduleId returned from schedule_workout or get_scheduled_workouts) |