admin:org
scope can remove a credential authorization for an organization that uses SAML SSO. Once you remove someone's credential authorization, they will need to create a new personal access token or SSH key and authorize it for the organization they want to access.curl --location --request DELETE 'https://api.github.com/orgs//credential-authorizations/'
{}