Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Sent when a customer is deleted.
Discord & Slack support: Basic
{ "type": "customer.deleted", "timestamp": "2023-11-07T05:31:56Z", "data": { "id": "992fae2a-2a17-4b7a-8d9e-e287cf90131b", "created_at": "2023-11-07T05:31:56Z", "modified_at": "2023-11-07T05:31:56Z", "metadata": {}, "email": "customer@example.com", "email_verified": true, "type": "individual", "name": "John Doe", "billing_name": "John Doe", "billing_address": { "country": "US", "line1": "<string>", "line2": "<string>", "postal_code": "<string>", "city": "<string>", "state": "<string>" }, "tax_id": { "[0]": "<string>" }, "organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737", "deleted_at": "2023-11-07T05:31:56Z", "first_user_event_at": "2023-11-07T05:31:56Z", "avatar_url": "https://www.gravatar.com/avatar/xxx?d=404", "external_id": "usr_1337", "locale": "<string>", "default_payment_method_id": "<string>" } }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
"customer.deleted"
A customer in an organization.
Show child attributes
Successful Response
Was this page helpful?