Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 675 Bytes

bulk-delete-customers-request.md

File metadata and controls

28 lines (19 loc) · 675 Bytes

Bulk Delete Customers Request

Defines the body parameters that can be included in requests to the BulkDeleteCustomers endpoint.

Structure

BulkDeleteCustomersRequest

Fields

Name Type Tags Description Getter Setter
customerIds string[] Required The IDs of the customer profiles to delete. getCustomerIds(): array setCustomerIds(array customerIds): void

Example (as JSON)

{
  "customer_ids": [
    "8DDA5NZVBZFGAX0V3HPF81HHE0",
    "N18CPRVXR5214XPBBA6BZQWF3C",
    "2GYD7WNXF7BJZW1PMGNXZ3Y8M8"
  ]
}