Remove business location from a webhook
Remove a business location ID from a webhook endpoint.
DELETE
/o/wh/1/webhook/{endpointId}/business-locations/{businessLocationId}
curl \
--request DELETE 'https://api.trial.lsk.lightspeed.app/o/wh/1/webhook/endpoint/business-locations/45454565682155' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"businessLocationId": 45454565682155,
"createdAt": "2023-11-07T19:15:05.043+0000",
"updatedAt": "2023-11-07T19:15:05.043+0000"
}