Mass Delete Customers
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/mass-delete | POST |
Body: { "indices": int[] }. Per-id active-orders guard skips with a reason rather than aborting. Permission: customers.customers.delete.

