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.
pub async fn pulls_slash_delete_review_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
) -> Result<(), Error<PullsSlashDeleteReviewCommentError>>
Deletes a review comment.