Skip to content

Mass Delete RMA rules

Deletes several RMA rules in one call. Permission: sales.rma.rules.delete.

Endpoint

POST /api/admin/rma/rules/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.