cURL
curl --request DELETE \ --url https://production.api.onvy.health/users/{user_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Permanently delete a user and all associated data
API key for authentication
User ID (e.g., google_104940819145861640201)
User successfully deleted
Was this page helpful?