Skip to main content
Remove Entity Reaction
Requires the entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.
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

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

Response

Returns the updated Entity object with the new reactionCounts.

Error Responses