Skip to main content

Delete a commit comment reaction

**Note:** You can also specify a repository by `repository_id` using the route `DELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id`. Delete a reaction to a [commit comment](https://docs.github.com/[email protected]/rest/reference/repos#comments).

DELETE/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}
Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Request

Path Parameters
owner string
required
repo string
required
comment_id integer
required

comment_id parameter

reaction_id integer
required

Responses

Response