Track API
cURL
curl --request POST \ --url 'https://api.getvero.com/api/v2/users/delete?auth_token=' \ --header 'Content-Type: application/json' \ --data '{ "id": 1000 }'
{ "status": 200, "message": "Success." }
This endpoint lets you delete a user.
Warning: When deleting a user all properties and activities will be lost forever. Deleted useres are not recoverable.
The unique identifier of the user.
1000
OK
200
"Success."
Was this page helpful?