pub async fn unassign_ghes_installation(
configuration: &Configuration,
workspace_id: &str,
installation_id: i64,
) -> Result<(), Error<UnassignGhesInstallationError>>Expand description
Removes an installation (admin-provisioned or otherwise) from a workspace. Super-admin only. Does not affect the installation on the GitHub side.