Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport new "Delete Reactions" endpoints #1421
Comments
Hey, I will work on this. |
GitHub Developer API announcement:
https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/
These new endpoints need to be supported:
Delete a commit comment reaction
DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id
Delete an issue reaction
DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id
Delete a reaction to a commit comment
DELETE /repos/:owner/:repo/issues/comments/:comment_id/reactions/:reaction_id
Delete a pull request comment reaction
DELETE /repos/:owner/:repo/pulls/comments/:comment_id/reactions/:reaction_id
Delete team discussion reaction
DELETE /orgs/:org/teams/:team_slug/discussions/:discussion_number/reactions/:reaction_id
Delete team discussion comment reaction
DELETE /orgs/:org/teams/:team_slug/discussions/:discussion_number/comments/:comment_number/reactions/:reaction_id