pulls_slash_delete_review_comment

Function pulls_slash_delete_review_comment 

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

Deletes a review comment.