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

Path Parameters

string
required
ID of the entity to modify

Response

Returns the updated entity with the user’s upvote removed.
string
Unique entity identifier
string
ID of the entity creator
array
Updated array of user IDs who upvoted (current user removed)
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.