POST (Header:DELETE) api.ashx/v2/articles/helpfulness/responsetype/{id}.{json|xml}
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
Id | int | Request Body | Id of the helpfulness response type to delete. | Required |
Example Requests
Widget Javascript
jQuery.telligent.evolution.del({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/articles/helpfulness/responsetype/{id}.json', data: { 'id': '6' } }).then(function(response) { // use response });
Example Responses
JSON
{ "HelpfulnessResponseTypes": { "Warnings": [], "Errors": [] }, "Errors": [ "string", "string" ] }
XML
<?xml version="1.0" encoding="utf-16"?> <Response> <HelpfulnessResponseTypes /> <Errors> <Message>string</Message> <Message>string</Message> </Errors> </Response>