Usage of /comments/{id}/upvote/undo POST
Discussion
Undoes an upvote on a comment.
Use an access_token with write_access to undo an upvote.
To upvote a comment use the /comments/{id}/upvote method.
This method returns the un-upvoted comment.
Try It