POST (Header:DELETE) api.ashx/v2/articles/article/{id}/version/{version}.{json|xml}
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
ArticleId | Guid | Request Body | Id of the article. | Required | ||
Version | Guid | Request Body | Version of the article. | Required |
Example Requests
Widget Javascript
jQuery.telligent.evolution.del({ url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/articles/article/{id}/version/{version}.json', data: { 'version': '49fec544-6df7-4a82-872b-f8be586d5e9e', 'ArticleId': '49fec544-6df7-4a82-872b-f8be586d5e9e' } }).then(function(response) { // use response });