Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 4.12 KB

File metadata and controls

18 lines (13 loc) · 4.12 KB

CustomersDeleteRequest

Example Usage

import { CustomersDeleteRequest } from "@polar-sh/sdk/models/operations/customersdelete.js";

let value: CustomersDeleteRequest = {
  id: "<value>",
};

Fields

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.