pub async fn repos_slash_delete_commit_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
) -> Result<(), Error<ReposSlashDeleteCommitCommentError>>
pub async fn repos_slash_delete_commit_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
) -> Result<(), Error<ReposSlashDeleteCommitCommentError>>