Skip to content

Mass Delete RMA statuses

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

Operation

OperationTypePurpose
createAdminRmaStatusMassDelete(input:)MutationDelete multiple RMA statuses

deleted is returned as a plain array of the numeric ids that were removed. An empty or missing indices list returns a 422 error.

Default (system) statuses in the list are silently skipped.

Input fields

FieldTypeRequiredNotes
indicesArrayYesNon-empty list of numeric ids to delete.

Released under the MIT License.