Skip to main content
DELETE
/
:projectId
/
api
/
v7
/
comments
/
:commentId
/
reactions
Remove Comment Reaction
curl --request DELETE \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactions
Removes the authenticated user’s reaction from a comment. The comment’s reactionCounts map is decremented for the removed reaction type. Authentication required.

Path Parameters

commentId
string
required
The UUID of the comment to remove the reaction from.

Response

Returns the updated Comment object with the new reactionCounts.

Error Responses

{ "error": "Comment not found.", "code": "comment/not-found" }