import { CustomersDeleteRequest } from "@polar-sh/sdk/models/operations/customersdelete.js";
let value: CustomersDeleteRequest = {
id: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✔️ | The customer ID. |
anonymize |
boolean | ➖ | 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. |