Deleting an identity federation
Note
To delete an identity federation, the user must have the organization-manager.organizations.owner role.
To delete an identity federation:
- Log in to Cloud Center
with an administrator or organization owner account. - In the left-hand panel, select
Federations. - Next to the identity federation, click
and select Delete. - In the window that opens, confirm the deletion.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI 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 options.
-
See the description of the command for deleting a Yandex Identity Hub user group:
yc organization-manager federation saml delete --help -
Get a list of federations in the organization:
yc organization-manager federation saml list \ --organization-id <organization_ID>Where
--organization-idis the ID of the organization you need the list of federations for. -
To delete an identity federation, run this command:
yc organization-manager federation saml delete <federation_name_or_ID>
Use the Federation.delete REST API method for the Federation resource or the FederationService/Delete gRPC API call.