Skip to main content
DELETE
/
users
/
{user_id}
/
facts
/
{fact_id}
Delete fact
curl --request DELETE \
  --url https://api.onvy.health/users/{user_id}/facts/{fact_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)

fact_id
string
required

Fact ID

Response

Fact successfully deleted