DELETE
/
users
/
{user_id}
curl -X DELETE -H 'Authorization: Bearer <your-admin-token>' \
    <base_url>/users/<user_id>

Parameters

user_id
string
required

The ID of the user

Removing a user will disconnect the user from the cloud computer session. To ensure the user is unable to return, use webhook authentication and deny access if the user attempts to reconnect.