POST (Header:DELETE) api.ashx/v2/webhooks.{json|xml}
Request Parameters
| Name | Type | Location | Description | Required | Default | Options |
|---|---|---|---|---|---|---|
| CallBackUrlId | int | Request Body | Id of the Webhook to delete | Required |
Example Requests
Widget Javascript
jQuery.telligent.evolution.del({
url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/webhooks.json',
data: {
'CallBackUrlId': '6'
}
}).then(function(response) {
// use response
});