Events method
DELETE /v1/Webhooks/{webhookId}
Delete webhook by Uuid
Uri parameters
| Name | Description | Type | Additional description |
|---|---|---|---|
| webhookId | The webhook id | uuid | Required |
Body parameters
None
Request sample:
None
Response sample:
200
Webhook deleted successfully
400
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occured",
"state": 400,
"traceId": null,
"errors": {
"request": [
"The parcel number cannot be empty"
]
}
}
401
Access denied
403
Forbidden