Function repos_slash_delete_commit_comment

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