Mass Delete RMA custom fields
Deletes several RMA custom fields in one call. Permission: sales.rma.custom-fields.delete.
Endpoint
POST /api/admin/rma/custom-fields/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.
The response deleted array lists the ids that were removed.

