Delete Weigh-In
delete_weigh_inRemove a single Garmin weigh-in permanently using its unique ID. Specify the original date only if the entry was backdated; deletion cannot be undone.
Instructions
Permanently delete a single weigh-in record, identified by its weigh-in ID (the samplePk from get_weigh_ins or get_body_composition). The measurement cannot be recovered afterwards. Pass date when the weigh-in was back-dated to a day other than the one it was entered on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date of the weigh-in in YYYY-MM-DD format. Defaults to the day the weigh-in id encodes, which is the day it was recorded. | |
| weighInId | Yes | The unique weigh-in identifier (required) |