Skip to main content
PATCH
Remove Upvote from Entity
Removes an upvote from the authenticated user on the specified entity.

Path Parameters

entityId
string
required
ID of the entity to modify

Response

Returns the updated entity with the user’s upvote removed.
id
string
Unique entity identifier
userId
string
ID of the entity creator
upvotes
array
Updated array of user IDs who upvoted (current user removed)
downvotes
array
Array of user IDs who downvoted

Error Responses


Notes

  • Removing an upvote decreases the entity author’s reputation.
  • The request will fail if the entity was never upvoted by the user.