postWebhookcustomer.delete

Payload

webhook_event'customer.delete' required
idstring required
customer_idstring required
instance_idstring required
type'individual' | 'business' required
kyc_type'light' | 'standard' | 'enhanced' required
kyc_status'verifying' | 'approved' | 'rejected' | 'deprecated' | 'pending_review' | 'awaiting_contract' | 'compliance_request' | 'approved_rfi' required
deleted_atstring date-time required

Example payload

{
  "id": "re_000000000000",
  "customer_id": "re_000000000000",
  "instance_id": "in_000000000000",
  "type": "individual",
  "kyc_type": "standard",
  "kyc_status": "verifying"
}

Response

Customer deleted

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.