Skip to main content

system.mes.inventory.operation.deleteInventoryOperation

Description

Deletes an Inventory Operations record by its ID. This cannot delete an inventory operation with references to it.

Syntax

system.mes.inventory.operation.deleteInventoryOperation(id)

Parameters

ParameterTypeDescription
idString (ULID)The ID of the inventory operations to retrieve.

Returns

If successful, an ApiResponse Object is returned with the success bool set True. If unsuccessful, an InUseException, IllegalArgumentException or ConstraintViolationException is thrown. If the inventory operation 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 an inventory operation by ID
system.mes.inventory.operation.deleteInventoryOperation('01JPAND53P-BZ61RZHZ-V7C6EEHG')