> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperbeam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing Users

## Parameters

<ParamField path="user_id" type="string" required>
  The ID of the user
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE -H 'Authorization: Bearer <your-admin-token>' \
      <base_url>/users/<user_id>
  ```
</RequestExample>

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.
