pub async fn disable_mfa(
__arg0: State<ApiState>,
headers: HeaderMap,
__arg2: Json<MfaDisableRequest>,
) -> ApiResponse<()>Expand description
POST /mfa/disable — remove MFA from the authenticated account.
Disables MFA for the authenticated user after verifying their password and a valid TOTP code. All MFA storage keys are deleted.