CustomerBulkDelete Object
Deletes customers.
Triggers the following webhook events:
- CUSTOMER_DELETED (async): A customer account was deleted.
type CustomerBulkDelete {
count: Int!
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [AccountError!]!
Show deprecated
Returned By
customerBulkDelete mutation