Skip to main content
DELETE
Remove Comment Reaction
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