Function repo_delete_git_hook

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