Skip to content

Delete RMA custom field

Deletes a RMA custom field. Pass the resource IRI as id. Permission: sales.rma.custom-fields.delete.

Operation

OperationTypePurpose
deleteAdminRmaCustomField(input:)MutationDelete a RMA custom field

The mutation returns a snapshot of the deleted record — select _id for the numeric id.

Input fields

FieldTypeRequiredNotes
idIDYesResource IRI of the RMA custom field to delete.

Released under the MIT License.