Skip to main content

Unlink Authenticator App


Use the Unlink Authenticator App screen to remove multi-factor authentication (MFA) from a doctor account with MFA enabled.
This screen is accessible only within an authenticated user session by selecting Security: 2-Step Verification from the Edit Account screen.

This screen requires a valid session. The unlinking process is handled entirely within the authenticated flow. No additional API integration is required.


This screen includes:

  • A banner confirming that MFA is currently active.
  • A description that explains how to remove 2-step verification or replace the authenticator app.
  • An Unlink Authenticator App link.
  • A prompt to download backup codes before removing MFA.
  • A redirect to the Edit Account screen after completion.

Workflow

important

Download your backup codes before unlinking MFA. If you lose access to your authenticator app, account recovery becomes more difficult.

  1. From the navigation menu, open Account > Edit Account > Security: 2-Step Verification.
  2. The screen confirms that MFA is enabled.
  3. Select Unlink Authenticator App.
  4. Confirm the unlinking action when prompted.
    → The authenticator is removed, and the user is redirected to the Edit Account screen.

Validations

  • Rejects unlinking attempts if no authenticator is linked.
  • Requires a valid session token.
  • Fails if confirmation is invalid or missing (when required).

Actions

  • Removes the registered authenticator from the account.
  • Updates the MFA status in the session and backend.
  • Disables MFA verification at login.
  • Redirects the user to the Edit Account screen.

SDK and API References

GET 

/account/mfa/enable

Returns the MFA state for the authenticated account. If MFA is active, the screen displays unlinking options.

UI Element Types

LevelReferenceTypeValue
1enabledRegularYou enabled Multi Factor Authentication (MFA)
1disableRegularTo disable the 2-step verification, or to link a new authenticator app, click Unlink.
1unlinkLinkUnlink Authenticator app
1spacerSpacer
1learn-moreLinkLearn more