Deleting an MFA policy
Written by
Updated at November 29, 2025
Note
This feature is at the Preview stage.
To delete an MFA policy:
Cloud Center UI
CLI
- Log in to Yandex Identity Hub
. - In the left-hand panel, select
Security settings. - Navigate to the MFA policies tab.
- In the MFA policy list, click
in the policy row and select Delete. - In the window that opens, confirm the operation.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.
-
View the MFA policy list using this command:
yc organization-manager mfa-enforcement list \ --organization-id <organization_ID>Where
organization_idis the organization ID. -
See the description of the CLI command for deleting an MFA policy:
yc organization-manager mfa-enforcement delete --help -
To delete an MFA policy, run this command:
yc organization-manager mfa-enforcement delete \ --id <policy_ID>Where
--idis the ID of the MFA policy you need to delete.