Skip to main content
DELETE
/
users
/
{user_id}
/
nutrition
/
meals
/
{meal_id}
Delete meal
curl --request DELETE \
  --url https://api.onvy.health/users/{user_id}/nutrition/meals/{meal_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onvy.health/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth bearer token for Health API authentication

Path Parameters

user_id
string
required

User ID (e.g., google_104940819145861640201)

meal_id
string
required

Meal ID

Response

Meal successfully deleted