Skip to content

Delete RMA status

Deletes a RMA status. Pass the resource IRI as id. Permission: sales.rma.statuses.delete.

Operation

OperationTypePurpose
deleteAdminRmaStatus(input:)MutationDelete 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

FieldTypeRequiredNotes
idIDYesResource IRI of the RMA status to delete.

Released under the MIT License.