Hyperbeam home page
Search...
⌘K
Community
Use Hyperbeam
Use Hyperbeam
Search...
Navigation
Session API
Removing Users
Documentation
GitHub
Community
Contact Us
Home
Introduction
Features
Examples
Getting Started
FAQ
Guides
Timeouts
Persist Session State
Authenticating Participants
Install Custom Chrome Extension
Resize Browser Window
Roles
REST API
Dispatch API
Session API
Session Endpoints
POST
Add Roles
POST
Remove Roles
DEL
Removing Users
POST
Set Bookmarks
POST
Set User Permissions
deprecated
Client SDKs
JavaScript SDK
Unity SDKs
cURL
Copy
curl
-X
DELETE
-H
'Authorization: Bearer <your-admin-token>'
\
<
base_ur
l
>
/users/
<
user_i
d
>
Session API
Removing Users
DELETE
/
users
/
{user_id}
Try it
cURL
Copy
curl
-X
DELETE
-H
'Authorization: Bearer <your-admin-token>'
\
<
base_ur
l
>
/users/
<
user_i
d
>
Parameters
user_id
string
required
The ID of the user
cURL
Copy
curl
-X
DELETE
-H
'Authorization: Bearer <your-admin-token>'
\
<
base_ur
l
>
/users/
<
user_i
d
>
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.
Suggest edits
Raise issue
Remove Roles
Set Bookmarks
Assistant
Responses are generated using AI and may contain mistakes.