delete_food_log
Delete a specific food log entry from Garmin Connect using its log ID and date. Removes both quick-added and regular entries.
Instructions
Delete a food log entry
Permanently removes a logged food item from the nutrition log. Works for both QUICK_ADD and REGULAR_LOG entry types. Use get_nutrition_daily_food_log to find the logId and date.
Args: log_id: Log entry ID to delete — a 32-char hex UUID (from get_nutrition_daily_food_log) meal_date: Date of the log entry in YYYY-MM-DD format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes | ||
| meal_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |