delete_food_log
Remove a logged food item from your Garmin nutrition log by providing its log ID and meal date. Permanently deletes both quick-add 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 |