curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactionsRemove the authenticated user’s reaction from a comment
curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactionsreactionCounts map is decremented for the removed reaction type.
Authentication required.
reactionCounts.
Not Found — 404
{ "error": "Comment not found.", "code": "comment/not-found" }