Usage of /answers/{id}/accept/undo POST
Discussion
Undoes an accept on an answer.
Use an access_token with write_access to undo an upvote.
To accept an answer use the /answers/{id}/accept method.
This method returns the un-accepted answer.
Try It