CustomerDelete Object
Deletes a customer.
Triggers the following webhook events:
- CUSTOMER_DELETED (async): A customer account was deleted.
type CustomerDelete {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Fields
errors ● [AccountError!]!
user ● User
Show deprecated
Returned By
customerDelete mutation