Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Identity Hub
    • All guides
    • Subscribing a user to notifications
      • Overview
      • Configuring an identity federation
      • Configuring a federated user group mapping
      • Renewing a Yandex Cloud SAML certificate
      • Setting up a domain in an identity federation
      • Deleting an identity federation
    • Syncing users and groups with Active Directory
    • Billing management in Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • Yandex Identity Hub Sync Agent release notes
  1. Step-by-step guides
  2. Managing identity federations
  3. Deleting an identity federation

Deleting an identity federation

Written by
Yandex Cloud
Updated at April 27, 2026

Note

To delete an identity federation, the user must have the organization-manager.organizations.owner role.

To delete an identity federation:

Cloud Center UI
CLI
API
  1. Log in to Cloud Center with an administrator or organization owner account.
  2. In the left-hand panel, select  Federations.
  3. Next to the identity federation, click and select Delete.
  4. 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.

  1. See the description of the command for deleting a Yandex Identity Hub user group:

    yc organization-manager federation saml delete --help
    
  2. Get a list of federations in the organization:

    yc organization-manager federation saml list \
      --organization-id <organization_ID>
    

    Where --organization-id is the ID of the organization you need the list of federations for.

  3. 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.

Was the article helpful?

Previous
Setting up a domain in an identity federation
Next
Creating a user pool
© 2026 Direct Cursus Technology L.L.C.