Cloud Administration Delete User Now API
This API deletes a single disabled user from the Cloud Access Service (CAS) and immediately removes all information and devices associated with the user. For more information on how this operation is performed from the Cloud Administration Console, see Delete a Single User Immediately from the Cloud Access Service.
Note: This operation cannot be undone. You can re-add the user by resynchronizing.
For information about managing access to this API, see Accessing the Cloud Administration APIs.
Authentication
Clients calling this API must authenticate themselves by including a JSON Web Token in a request. For instructions on using this token, see Authentication for the Cloud Administration REST APIs.
Software Developer Kit
You can download the API Software Developer Kit (SDK) from Cloud Administration REST API Download.
Request Requirements
Use the following method, request URL, response body type, and response codes to delete a disabled user.
| Method | Request URL | Response Body Type | Response Codes |
|---|---|---|---|
| DELETE | AdminInterface/restapi/v1/users/<userID> | application/json | 200, 403, 404, 405, 409, 429, 500 |
Request Parameters
This API requires the following request parameter.
| Request Parameter | Description |
|---|---|
| <userID> | User identifier. |
Request Example
The following example displays a request to delete a user immediately.
DELETE https://localhost/AdminInterface/restapi/v1/users/eb2e12ae-1112-451b-98e1-dfe4e6afd60d
Content-Type: application/json
Authorization: Bearer <JWT token>
Response Codes
| Response Code | Description |
|---|---|
| 200 | Successfully deleted the disabled user. |
| 403 | Not authorized to perform the request. |
| 404 | User is not found. |
| 405 | Method Not Allowed. The method you are using is not allowed for users in the SCIM Managed and Azure Active Directory (SCIM) identity sources. |
| 409 | The operation is not performed for one of the following reasons:
|
| 429 | Too many requests. |
| 500 | Internal error occurred when processing the request. |
Related Articles
Session Lifetime Limits 45Number of Views Update System Date and Time Settings 74Number of Views Edit an Authentication Agent 32Number of Views Test Access to Cloud Access Service 173Number of Views Configure Critical System Event Notification 142Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x