delete_blood_pressure
Delete a specific blood pressure reading by providing its date and version ID, which can be obtained from the blood pressure data list.
Instructions
Delete a blood pressure reading. Use get_blood_pressure with the /all endpoint to find the version ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date of the reading in YYYY-MM-DD format (required) | |
| version | Yes | The version/ID of the reading from the blood pressure data (required) |