cURL
curl --request DELETE \ --url https://api.onvy.health/users/{user_id}/nutrition/meals/{meal_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Delete a specific meal and its related AI summary
Documentation IndexFetch the complete documentation index at: https://docs.onvy.health/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.onvy.health/llms.txt
Use this file to discover all available pages before exploring further.
OAuth bearer token for Health API authentication
User ID (e.g., google_104940819145861640201)
Meal ID
Meal successfully deleted
Was this page helpful?