DELETE /Webhooks/{event}
Outbound Webhooks
DELETE /Webhooks/{event}
Delete a webhook subscription. NowBookIt stops sending notifications after deletion.
DELETE
DELETE /Webhooks/{event}
Delete a webhook subscription. NowBookIt will stop sending notifications for this event after deletion. No request body is required.
Your API key
Event name. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMED| Status | Description |
|---|---|
200 | Subscription deleted |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
401 | X-API-KEY missing or invalid |
404 | '{event}' not found. — event name not recognised |
404 | Webhook Subscription for event '{event}' was not found — valid event but no subscription exists |