remove_plan_run
Remove a scheduled workout from a training plan week by specifying the plan, week number, and day of the week.
Instructions
Remove a workout from a week.
Args:
plan_id: The plan ID.
week_number: Which week.
day_of_week: Day name (e.g. "Thursday").
Returns:
Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| day_of_week | Yes | ||
| week_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |