Skip to content

Mass Delete RMA statuses

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

Endpoint

POST /api/admin/rma/statuses/mass-delete

Request body

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

Released under the MIT License.