customerBulkDelete Mutation
Deletes customers.
Triggers the following webhook events:
- CUSTOMER_DELETED (async): A customer account was deleted.
customerBulkDelete(
ids: [ID!]!
): CustomerBulkDelete
Show return type
Arguments
ids ● [ID!]!
List of user IDs to delete.
Type
CustomerBulkDelete
Deletes customers.
Triggers the following webhook events:
- CUSTOMER_DELETED (async): A customer account was deleted.