Delete Customer
Overview
See the Customers menu overview for the full feature flow.
All admin endpoints require an admin Bearer token — see Authentication.
| 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.

