Users
Unregister MFA for the user
Unregister the MFA device for the user
If the user does not require further verification then a register new MFA device token will be sent to them via their email address
post/v2/users/{userId}/mfa/unregister
Path parameters
userIdstring uuid required
The UUID of the User.
Request body
Example request
{
"mfaType": "TOTP",
"verificationCode": "123456"
}Response
the MFA Type to unregister