SonarQube Cloud | Administering SonarQube Cloud | Managing the user accounts | Setting up SAML Single Sign On | Deleting SAML SSO configuration
Deleting your SAML SSO configuration
On this page
As an enterprise admin, you can delete your enterprise's SAML SSO configuration in SonarQube Cloud either in the UI or via the Web API.
The SAML SSO users will no longer be able to login after the deletion. Before proceeding with the deletion, ensure the following:
- For each organization in the enterprise, there is at least one organization admin account that doesn’t use the SAML SSO authentication.
- There is at least one enterprise admin account that doesn’t use the SAML SSO authentication.
In the UI
To delete your SAML SSO configuration in the UI:
- In SonarQube Cloud, retrieve your enterprise.
- Select Administration > SAML Single Sign On (SSO). The SAML SSO page opens.
- Select Delete. The Delete SAML configuration dialog opens.
- In the dialog, confirm the deletion.

Via the Web API
To delete your SAML SSO configuration via the Web API:
- Use the
api/authentication/connections/delete
endpoint.
Was this page helpful?