Skip to content

Mass Delete Customers

Overview

See the Customers menu overview for the full feature flow.

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

EndpointMethod
/api/admin/customers/mass-deletePOST

Body: { "indices": int[] }. Per-id active-orders guard skips with a reason rather than aborting. Permission: customers.customers.delete.

Released under the MIT License.