Path Parameters
ID of the entity to modify
Response
Returns the updated entity with the user’s upvote removed.Unique entity identifier
ID of the entity creator
Updated array of user IDs who upvoted (current user removed)
Array of user IDs who downvoted
Error Responses
Not Upvoted - 409 Conflict
Not Upvoted - 409 Conflict
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Removing an upvote decreases the entity author’s reputation.
- The request will fail if the entity was never upvoted by the user.