Skip to main content

customerBulkDelete Mutation

Deletes customers.

Requires the MANAGE_USERSpermission.

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.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_DELETED (async): A customer account was deleted.