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",
"properties": {
"mfaType": {
"type": "string",
"description": "The type of the MFA device",
"enum": [
"YUBIKEY",
"TOTP"
]
},
"userId": {
"type": "string",
"format": "uuid"
},
"verificationCode": {
"type": "string",
"description": "<p>Optional property that MUST be suppied when manually verifying a user</p>\n<p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p>\n"
}
},
"required": [
"mfaType",
"userId"
],
"additionalProperties": false
}{
"type": "object",
"additionalProperties": true
}