Delete Webhook
Outbound Webhooks
DELETE /Webhooks/{event}
Delete a webhook subscription. NowBookIt stops sending notifications after deletion.
DELETE
Delete Webhook
Delete a webhook subscription. NowBookIt will stop sending notifications for this event after deletion. No request body is required.
string
required
Your API key
string
required
Event name. Valid values:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMEDAuthorizations
Headers
API Key authentication header
Path Parameters
The name of the event that the webhook subscription is being removed from.
Available options:
BOOKING_CREATED, BOOKING_UPDATED, GIFTCARDS_CREATED, GIFTCARDS_UPDATED, GIFTCARDS_CANCELLED, GIFTCARDS_REDEEMED Response
200
Webhook deleted successfully