upvotes
array. Decreases the reputation of the comment’s author.
Path Parameters
The ID of the comment to un-upvote
Response
Returns the updated comment with the upvote removed.Unique comment identifier
ID of the entity this comment belongs to
Updated array of user IDs who upvoted (current user removed)
Array of user IDs who downvoted
Comment content
Error Responses
Missing Comment ID - 400 Bad Request
Missing Comment ID - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Not Upvoted - 409 Conflict
Not Upvoted - 409 Conflict
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- The authenticated user must have already upvoted the comment.
- Removes the user’s ID from
upvotes
. - Deducts reputation from the comment’s author.
- A
409 Conflict
is returned if the user hasn’t upvoted the comment.