FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: bulk-delete-customers-request.md
# Bulk Delete Customers Request Defines the body parameters that can be included in requests to the [BulkDeleteCustomers](../../doc/apis/customers.md#bulk-delete-customers) endpoint. ## Structure `BulkDeleteCustomersRequest` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `customerIds` | `string[]` | Required | The IDs of the [customer profiles](entity:Customer) to delete. | getCustomerIds(): array | setCustomerIds(array customerIds): void | ## Example (as JSON) ```json { "customer_ids": [ "8DDA5NZVBZFGAX0V3HPF81HHE0", "N18CPRVXR5214XPBBA6BZQWF3C", "2GYD7WNXF7BJZW1PMGNXZ3Y8M8" ] } ```
Save
Back