disableMfaEnforcement
Stop requiring two-factor authentication for the account. Account owner only. Takes a current code from the owner's authenticator app or one of their recovery codes; wrong codes count towards the same lockout as disableTotpAuthentication. Users who set it up keep it.
disableMfaEnforcement(
input: DisableMfaEnforcementInput!
): Boolean!
Arguments
disableMfaEnforcement.input ● DisableMfaEnforcementInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.