Session API
Removing Users
DELETE
/
users
/
{user_id}
Parameters
user_id
string
requiredThe 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.