Skip to content

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-delete

Request body

FieldTypeRequiredNotes
indicesarrayYesNon-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.

Released under the MIT License.