Skip to main content

delete_issue_comment

Function delete_issue_comment 

Source
pub async fn delete_issue_comment(
    client: &Octocrab,
    owner: &str,
    repo: &str,
    comment_id: u64,
) -> Result<()>
Expand description

Deletes a comment from a GitHub issue.

ยงErrors

Returns an error if the API request fails. 404 errors (comment not found) are treated as success (idempotent).