Delete RMA status
Deletes a RMA status. Pass the resource IRI as id. Permission: sales.rma.statuses.delete.
Operation
| Operation | Type | Purpose |
|---|---|---|
deleteAdminRmaStatus(input:) | Mutation | Delete a RMA status |
The mutation returns a snapshot of the deleted record — select _id for the numeric id.
Only non-default statuses can be deleted. Deleting a default (system) status returns a 422 error.
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA status to delete. |

