Skip to main content

system.mes.material.deleteMaterialReasonCode

Description

Deletes a Material Reason Codes record by its ID. This cannot delete a material reason code with references to it.

Syntax

system.mes.material.deleteMaterialReasonCode(id)

Parameters

ParameterTypeDescription
idString (ULID)The ID of the material reason code to delete.

Returns

If successful, an ApiResponse Object is returned with the success bool set True. If unsuccessful, an IllegalArgumentException or ConstraintViolationException is thrown. If the material reason code that's being deleted has a reference, an ApiResponse Object is returned with details about the encountered error.

NameTypeDescription
successBooleanIndicates if the delete was successful.
messageStringThe reason why the deletion was successful or unsuccessful.
dataStringThe data associated with the deletion.
errorStringThe errors associated with the deletion.

Code Examples

# Delete a material reason code by ID
system.mes.material.deleteMaterialReasonCode('01JRG9XR3F-2ZQ532FM-TPR50GY6')