Skip to main content

delete_comment

Function delete_comment 

Source
pub async fn delete_comment(
    configuration: &Configuration,
    repo_ref: &str,
    pullreq_number: i64,
    pullreq_comment_id: i64,
) -> Result<(), Error<DeleteCommentError>>