- Help for Partners
- Webhooks
- POS Vendors
-
API concepts
-
Members
-
Model
-
FAQ - Developers
-
Resources
-
Orders
-
Rewards
-
Check-ins
-
Getting started - App partners
-
Employees
-
Getting started - Doshii Dashboard
-
Quick start for developers
-
Onboarding
-
Location
-
All App Partners Event
-
Menus
-
Announcements
-
Loyalty / Checkins
-
WebSocket - App partners
-
All POS vendor events
-
Loyalty / Gift Cards
-
Devices
-
Tables
-
Workflows
-
FAQ - Doshii Dashboard
-
Bookings
-
Transactions
-
Webhooks
-
App Partner Guide
-
Authentication
-
Getting started - POS vendors
-
Ordering
-
Reservations
-
Pilot
-
Bulk data
-
Playbooks
-
Rejection codes
-
Getting started
-
WebSocket - POS partners
-
Events - App partners
-
Service channels
-
Events
-
Concepts
-
Apps
Delete Webhook
Remove a webhook subscription for 'all' events from the specified location.
If the optional locationId parameter is supplied, the referenced webhook will be the one registered against the supplied location. If no location is specified (or the reserved ID of all is submitted) then the webhook that is removed will be the global webhook, meaning any event from any subscribed location. The omission of both locationId and event effectively results in the call becoming ~/webhooks/all/all.
DELETE /webhooks/{locationId}
DELETE /webhooks/{locationId}/{event}
Headers
For more detailed information on this specific endpoint please review the details found in the OpenAPI docs.