POST (Header:DELETE) api.ashx/v2/forums/threads/replies/{replyid}/vote.{json|xml}
Removes a vote for a reply for the accessing user
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
ReplyId | int | Request Body | Id of the Reply | Required | ||
VoteType | string | Request Body | Vote Type: Either AnswerVerification or Quality. | Optional | AnswerVerification |
Example Requests
Widget Javascript
jQuery.telligent.evolution.del({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/forums/threads/replies/{replyid}/vote.json', data: { 'replyid': '6' } }).then(function(response) { // use response });