Function repo_delete_hook

Source
pub async fn repo_delete_hook(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    id: i64,
) -> Result<(), Error<RepoDeleteHookError>>