Delete an issue comment
DELETE
/repos/{owner}/{repo}/issues/comments/{comment_id} https://api.github.com
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.
Parameters
path Path Parameters
| Name | Type |
|---|---|
owner
required
The account owner of the repository. The name is not case sensitive. | string |
repo
required
The name of the repository without the | string |
comment_id
required
The unique identifier of the comment. | number |
Responses
204
Response
unknown