Deleting a Virtual MFA Device
Function
This API is provided for the administrator to delete their own virtual MFA device.
The API can be called using both the global endpoint and region-specific endpoints.
URI
DELETE /v3.0/OS-MFA/virtual-mfa-devices
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
user_id |
Yes |
String |
ID of the IAM user whose MFA device is to be deleted. For details about how to obtain the user ID, see Obtaining Account, IAM User, Group, Project, Region, and Agency Information. |
|
serial_number |
Yes |
String |
Serial number of the virtual MFA device. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Token with Security Administrator permissions of the IAM user specified by user_id in the request body. |
Response Parameters
None
Example Request
Request for deleting a virtual MFA device
DELETE https://iam.myhuaweicloud.eu/v3.0/OS-MFA/virtual-mfa-devices?user_id=09f6bd85fc801de41f0cc00ce9172...&serial_number=iam:09f6bd6a96801de40f01c00c85691...:mfa/{device_name}
Example Response
Status code: 204
The request is successful.
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
The request is successful. |
|
401 |
Authentication failed. |
|
403 |
You do not have permission to perform this action. |
|
500 |
A system error occurred. |
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.