cURL
curl --request DELETE \ --url https://production.api.onvy.health/users/{user_id}/nutrition/meals/{meal_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Delete a specific meal and its related AI summary
API key for authentication
User ID (e.g., google_104940819145861640201)
Meal ID
Meal successfully deleted
Was this page helpful?