Disable 2FA
Disables TOTP two-factor authentication. Email users provide password; OAuth users provide operationToken from /auth/2fa/verify-email-otp.
Headers
Authorization
Bearer {access_token}
Request
password (email users) or operationToken (OAuth users)
operationToken
password
Response
message: Two-factor authentication disabled.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error