pub async fn delete_pr_review_comment(
client: &Octocrab,
owner: &str,
repo: &str,
comment_id: u64,
) -> Result<()>Expand description
Deletes a PR review comment.
ยงErrors
Returns an error if the API request fails. 404 errors (comment not found) are treated as success (idempotent).