Unbinding a Virtual MFA Device
Function
This API is used by the administrator to unbind a virtual MFA device from an IAM user, or used by an IAM user to unbind their own virtual MFA device.
The API can be called using both the global endpoint and region-specific endpoints. For IAM endpoints, see Regions and Endpoints.
Debugging
You can debug this API in API Explorer.
URI
PUT /v3.0/OS-MFA/mfa-devices/unbind
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
|
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
user_id |
Yes |
String |
ID of the user from whom you will unbind the MFA device. |
authentication_code |
Yes |
String |
|
serial_number |
Yes |
String |
Serial number of the virtual MFA device. |
Response Parameters
None
Example Request
Request for unbinding an MFA device whose serial number is iam:09f6bd6a96801de40f01c00c85691...:mfa/{device_name}. The verification code is 373658.
PUT https://iam.myhuaweicloud.com/v3.0/OS-MFA/mfa-devices/unbind
{
"user_id" : "09f99d8f6a001d4f1f01c00c31968...",
"authentication_code" : "373658",
"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. |
400 |
The request is invalid. |
401 |
Authentication failed. |
403 |
You do not have permission to perform this action. |
404 |
The requested resource cannot be found. |
409 |
A conflict occurs when the requested resource is saved. |
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot