Delete Webhook

DELETE /staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId}

Path parameters

  • businessLocationId integer(int64) Required

    The unique identifier for the business location.

  • webhookId string(uuid) Required

    The unique identifier for the webhook.

Responses

  • Webhook successfully deleted

DELETE /staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId}
curl \
 -X DELETE https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"