Skip to main content
Version: 3.x

customerBulkDelete

Deletes customers.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_DELETED (async): A customer account was deleted.
customerBulkDelete(
ids: [ID!]!
): CustomerBulkDelete

Arguments

customerBulkDelete.ids ● [ID!]! non-null scalar

List of user IDs to delete.

Type

CustomerBulkDelete object

Deletes customers.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

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

Was this page helpful?