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
643 matches
88 actions
Velo Payments
88 actions
E-commerce/Velo Payments
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
{
"type": "object",
"required": [
"mfaType"
],
"properties": {
"mfaType": {
"type": "string",
"description": "The type of the MFA device",
"enum": [
"SMS",
"YUBIKEY",
"TOTP"
]
}
}
}{
"type": "object",
"additionalProperties": true
}