v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Users

Unregister MFA for Self

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/self/mfa/unregister

Headers

Authorizationstring

Bearer token authorization leg of validate

Request body

mfaType'SMS' | 'YUBIKEY' | 'TOTP' required

The type of the MFA device

Example request

{
  "mfaType": "TOTP"
}

Response

the MFA Type to unregister