Skip to content

Delete Customer (GraphQL)

Deletes a customer. The mutation returns a snapshot of the record that was removed.

Active orders guard

The delete is refused (surfaced in errors[]) when the customer has any pending or processing orders.

Permission: customers.customers.delete.

TIP

See the Customers overview for how the menu works.

All admin operations require an admin Bearer token — see Authentication.

Released under the MIT License.