Customer Account Delete - Triggered when a customer is deleted

Return Type

customerDeleteWebhookView{
  id: string($uuid),
  email: string,
  barcode: string,
  updatedDate: Date,
  createdDate: Date,
  createdBy?: string,
  updatedBy?: string
}