Topic 11
Customer Account Delete (topic 11) is triggered when a customer account is deleted.
Payload
Loyale sends an HTTP POST whose JSON body is a CustomerDeleteWebhookView.
| Property | Type | Notes |
|---|---|---|
id | uuid | Deleted customer identifier |
email | string | null | Customer email at deletion time |
barcode | string | null | Customer barcode at deletion time |
createdDate | date-time | UTC |
updatedDate | date-time | UTC |
createdBy | string | null | |
updatedBy | string | null |
Updated 10 days ago