Skip to main content
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_REDEEMED

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

API Key authentication header

Path Parameters

event
enum<string>
required

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