pub async fn issues_slash_delete_comment(
configuration: &Configuration,
owner: &str,
repo: &str,
comment_id: i32,
) -> Result<(), Error<IssuesSlashDeleteCommentError>>
Expand description
You can use the REST API to delete comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request.