---
title: removeAllWorkouts()
framework: workoutkit
role: symbol
role_heading: Instance Method
path: workoutkit/workoutscheduler/removeallworkouts()
---

# removeAllWorkouts()

Removes all scheduled workouts.

## Declaration

```swift
final func removeAllWorkouts() async
```

## See Also

### Managing scheduled workouts

- [scheduledWorkouts](workoutkit/workoutscheduler/scheduledworkouts.md)
- [maxAllowedScheduledWorkoutCount](workoutkit/workoutscheduler/maxallowedscheduledworkoutcount.md)
- [markComplete(_:at:)](workoutkit/workoutscheduler/markcomplete(_:at:).md)
- [remove(_:at:)](workoutkit/workoutscheduler/remove(_:at:).md)
