cURL
curl --request DELETE \ --url https://production.api.onvy.health/users/{user_id}/facts/{fact_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Delete a specific fact
API key for authentication
User ID (e.g., google_104940819145861640201)
Fact ID
Fact successfully deleted
Was this page helpful?