Skip to content

Mass Delete RMA custom fields

Deletes several RMA custom fields in one call. Permission: sales.rma.custom-fields.delete.

Operation

OperationTypePurpose
createAdminRmaCustomFieldMassDelete(input:)MutationDelete multiple RMA custom fields

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

Input fields

FieldTypeRequiredNotes
indicesArrayYesNon-empty list of numeric ids to delete.

Released under the MIT License.