Function apps_slash_delete_installation

Source
pub async fn apps_slash_delete_installation(
    configuration: &Configuration,
    installation_id: i32,
) -> Result<(), Error<AppsSlashDeleteInstallationError>>
Expand description

Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app’s access to your account’s resources, then we recommend the "Suspend an app installation" endpoint. You must use a JWT to access this endpoint.