Delete RMA custom field
Deletes a RMA custom field. Pass the resource IRI as id. Permission: sales.rma.custom-fields.delete.
Operation
| Operation | Type | Purpose |
|---|---|---|
deleteAdminRmaCustomField(input:) | Mutation | Delete a RMA custom field |
The mutation returns a snapshot of the deleted record — select _id for the numeric id.
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA custom field to delete. |

