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