Path parameters
-
businessLocationId
integer(int64) Required The unique identifier for the business location.
-
webhookId
string(uuid) Required The unique identifier for the webhook.
DELETE
/staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId}
curl \
--request DELETE 'https://api.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"