Deleting a user pool
Written by
Updated at November 29, 2025
Note
This feature is at the Preview stage.
Cloud Center UI
CLI
API
- Log in to Yandex Identity Hub
using an administrator or organization owner account. - In the left-hand panel, select
User pools. - In the user pool row, click
and select Delete. - In the window that opens, confirm deleting the user pool.
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 description of the CLI command for deleting a user pool:
yc organization-manager idp userpool delete --help -
Run this command:
yc organization-manager idp userpool delete <pool_ID>
Use the Userpool.Delete REST API method for the Userpool resource or the UserpoolService/Delete gRPC API call.