Delete a review comment for a pull request
DELETE
/repos/{owner}/{repo}/pulls/comments/{comment_id}
Deletes a review comment.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” owner
required
string
The account owner of the repository. The name is not case sensitive.
repo
required
string
The name of the repository without the .git extension. The name is not case sensitive.
comment_id
required
integer format: int64
The unique identifier of the comment.
Responses
Section titled “ Responses ”Response
Resource not found
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}