# Disable authenticator app MFA Disable multi-factor authentication (MFA) enrollment for a logged-in user within a specific account (tenant). This endpoint removes MFA for a user, typically used in administrative contexts where a backend system or admin manages user security settings. The request must include the mfaToken, which is the time-based one-time password (TOTP) generated by the user's authenticator app. Use this endpoint to programmatically disable MFA for a specific user within an account (tenant). Endpoint: POST /resources/users/v1/mfa/authenticator/{deviceId}/disable/verify Security: bearer ## Path parameters: - `deviceId` (string, required) ## Header parameters: - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `token` (string) ## Response 200 fields