Removes a virtual MFA device that is bound to a convenience user.

Description

If you remove a virtual MFA device that is bound to a convenience user, the convenience user can no longer use the virtual MFA device to log on to cloud desktops. A new virtual MFA device must be bound to the convenience user before the convenience user can log on to the cloud desktop again.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes RemoveMfaDevice

The operation that you want to perform. Set the value to RemoveMfaDevice.

SerialNumber String No dc856334-446b-4035-bfbc-18af261e****

The serial number of the virtual MFA device, which is a unique identifier.

Response parameters

Parameter Type Example Description
RequestId String FB550AAB-FB36-4A91-93F6-F4374AF65403

The ID of the request.

Examples

Sample requests

https://eds-user.cn-shanghai.aliyuncs.com/?Action=RemoveMfaDevice
&SerialNumber=dc856334-446b-4035-bfbc-18af261e****
&<Common request parameters>

Sample success responses

XML format

<RemoveMfaDeviceResponse>
      <RequestId>FB550AAB-FB36-4A91-93F6-F4374AF65403</RequestId>
</RemoveMfaDeviceResponse>

JSON format

{
    "RequestId": "FB550AAB-FB36-4A91-93F6-F4374AF65403"
}