Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 2.67 KB

deletecustomerresponsebody.md

File metadata and controls

19 lines (13 loc) · 2.67 KB

DeleteCustomerResponseBody

The customer was deleted.

Example Usage

import { DeleteCustomerResponseBody } from "dub/models/operations";

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

Fields

Field Type Required Description
id string ✔️ The unique ID of the customer. You may use either the customer's id on Dub (obtained via /customers endpoint) or their externalId (unique ID within your system, prefixed with ext_, e.g. ext_123).