DELETE api/WebhooksV2?notificationCode={notificationCode}

Deletes a webhook.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
notificationCode

Notification code of the webhoook you want to delete

integer

Required

Body Parameters

DeleteWebhoookBindingModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.