DELETE api/WebhooksV2?notificationCode={notificationCode}
Deletes a webhook.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
notificationCode |
Notification code of the webhoook you want to delete |
integer |
Required |
Body Parameters
DeleteWebhoookBindingModelName | Description | Type | Additional information |
---|---|---|---|
RowVersion | unsigned integer |
Required Range: inclusive between 0 and 1.84467440737096E+19 |
Request Formats
application/json, text/json
Sample:
{ "rowVersion": 1 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.