docs
  1. Scayle Developer Guides
  2. Customise & Extend
  3. Webhooks
  4. Events
  5. Customer-anonymized

customer-anonymized

Get notified when an existing customer's data is removed from the system due to the customer's request.

{
  "key": "string",
  "meta": {
    "tenantKey": "string",
    "xRequestId": "string"
  },
  "occurredAt": "datetime",
  "type": "customer-anonymized",
  "version": "integer",
  "payload": {
    "id": "integer",
    "referenceKey": "string",
    "publicKey": "string"
  }
}