mfp_delete_food_entry
Delete a logged food item from your MyFitnessPal diary by its entry ID. Obtain the ID from the diary data, then remove the entry.
Instructions
Delete an existing MyFitnessPal diary entry.
Deletes a diary entry identified by the entry_id returned by mfp_get_diary
(use response_format='json' to get the entry_id).
Args: params: DeleteFoodEntryInput containing: - entry_id (str): Diary entry ID from mfp_get_diary JSON output - date (str, optional): Date in YYYY-MM-DD format, defaults to today
Returns: str: Confirmation message with the deleted entry's name and meal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |