Skip to main content
DELETE
/
:projectId
/
api
/
v7
/
entities
/
:entityId
/
reactions
Remove Entity Reaction
curl --request DELETE \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/entities/:entityId/reactions

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

Removes the authenticated user’s reaction from an entity. The entity’s reactionCounts map is decremented for the removed reaction type. Authentication required.

Path Parameters

entityId
string
required
The UUID of the entity to remove the reaction from.

Response

Returns the updated Entity object with the new reactionCounts.

Error Responses

{ "error": "Entity not found.", "code": "entity/not-found" }