Cloud Administration Delete User Device API
You can use the Cloud Administration Delete User Device API to delete a user's device for the provided User ID and Device ID.
Note: Only one user device can be deleted per request.
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 information to delete a particular user's device.
| Method | Request URL | Response Codes |
|---|---|---|
| DELETE | /AdminInterface/restapi/v1/users/<userId>/devices/<deviceId> | 200, 400, 403, 404, 429, 500 |
Example Request Data
The following example displays a request to delete a device.
DELETE /AdminInterface/restapi/vi/users/<userid>/devices/<deviceId>
Accept: application/json
Authorization: Bearer <JWT token>
The delete device request does not contain any parameters.
Resource Identifiers
The following table shows the resource identifiers for a user and a device that are required in the request URL.
| Resource Identifier | Description |
|---|---|
| <userId> | A unique user identifier that is sent in the response to the User Details API. |
| <deviceId> | A unique device identifier that is sent in the response to the SecurID Device Details API. |
Note: Response examples and response property descriptions are not available for this API.
Response Codes
The following table shows response codes and descriptions for this API.
| Code | Description |
|---|---|
| 200 | User and device are successfully found. |
| 400 | User ID is not provided as parameter. |
| 403 | Not authorized to perform the request. |
| 404 | User and/or device is not found. |
| 429 | Too many requests. |
| 500 | Internal error occurred when processing the request. |
Related Articles
Map a RADIUS User Attribute Definition to an Identity Source Attribute 12Number of Views User groups 11Number of Views What is the originator info? 35Number of Views RSA Authenticator 4.5.4 for iOS: Mandatory for iOS 18.4 Users 36Number of Views CAS Automatic Cleanup of Inactive User Accounts 14Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide