# `PolarExpress.Params.CustomersDeleteCustomerParams`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/params/customers_delete_customer_params.ex#L2)

Parameters for customers delete customer.

# `t`

```elixir
@type t() :: %PolarExpress.Params.CustomersDeleteCustomerParams{
  anonymize: boolean() | nil
}
```

* `anonymize` - If true, also anonymize the customer's personal data for GDPR compliance. This replaces email with a hashed version, hashes name and billing name (name preserved for businesses with tax_id), clears billing address, and removes OAuth account data.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
