Delete workout sets
delete_workout_setsRemove sets from a session without touching the session itself. Use duplicates_only to undo a log that was sent twice, or exercise to drop one movement that was entered by mistake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exercise | No | Remove every set of this movement from the session, e.g. "leg press" | |
| workout_id | No | Session id — required only when a date carries more than one session | |
| workout_date | No | Session date (Y-m-d, defaults to today) | |
| duplicates_only | No | Remove blocks that repeat an identical earlier block in the same session — the fix for a log sent twice. Keeps the first occurrence. |