Disable 2FA
Disables TOTP two-factor authentication. Email users provide password; OAuth users provide operationToken from /auth/2fa/verify-email-otp.
请求头
Authorization
Bearer {access_token}
请求
password (email users) or operationToken (OAuth users)
operationToken
password
响应
message: Two-factor authentication disabled.
错误
401
Unauthorized Error
422
Unprocessable Entity Error