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
Open
Labels
Comments
|
Hey, I will work on this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_idDelete an issue reaction
DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_idDelete a reaction to a commit comment
DELETE /repos/:owner/:repo/issues/comments/:comment_id/reactions/:reaction_idDelete a pull request comment reaction
DELETE /repos/:owner/:repo/pulls/comments/:comment_id/reactions/:reaction_idDelete team discussion reaction
DELETE /orgs/:org/teams/:team_slug/discussions/:discussion_number/reactions/:reaction_idDelete team discussion comment reaction
DELETE /orgs/:org/teams/:team_slug/discussions/:discussion_number/comments/:comment_number/reactions/:reaction_id