Mass Delete RMA statuses
Deletes several RMA statuses in one call. Permission: sales.rma.statuses.delete.
Endpoint
POST /api/admin/rma/statuses/mass-deleteRequest body
| Field | Type | Required | Notes |
|---|---|---|---|
indices | array | Yes | Non-empty list of numeric ids to delete. |
An empty or missing indices list returns a 422 error.
Default (system) statuses in the list are silently skipped.
The response deleted array lists the ids that were removed.

