cURL
curl --request DELETE \ --url https://api.proficientai.com/users/{user_id}
{ "id": "<string>", "object": "user", "created_at": 123, "external_id": "<string>", "first_name": "<string>", "last_name": "<string>", "live_mode": true, "updated_at": 123 }
Permanently deletes the specified user and all the interactions associated with it. This cannot be undone.
The unique identifier of the user