Defines the body parameters that can be included in requests to the BulkDeleteCustomers endpoint.
BulkDeleteCustomersRequest
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
customerIds |
string[] |
Required | The IDs of the customer profiles to delete. | getCustomerIds(): array | setCustomerIds(array customerIds): void |
{
"customer_ids": [
"8DDA5NZVBZFGAX0V3HPF81HHE0",
"N18CPRVXR5214XPBBA6BZQWF3C",
"2GYD7WNXF7BJZW1PMGNXZ3Y8M8"
]
}