Disable MFA for a user
POST/auth/mfa/disable
Disables MFA for a user after verifying their identity with a TOTP code or backup code. Removes the TOTP secret and all backup codes.
Request
Responses
- 200
- 400
- 401
- 404
MFA disabled successfully
MFA is not enabled or validation error
Invalid verification code
User not found