Delete Customer
See the Customers menu overview for the full feature flow.
| Endpoint | Method |
|---|---|
/api/admin/customers/{id} | DELETE |
Active orders guard
A customer with any pending or processing order cannot be deleted — the request returns HTTP 400.
Permission: customers.customers.delete.

