pub async fn delete_from_workspace(
configuration: &Configuration,
workspace: &str,
installation_id: i64,
) -> Result<(), Error<DeleteFromWorkspaceError>>
Expand description
Removes a GitHub installation from the specified workspace. Requires admin privileges.