Skip to main content

system.mes.location.deleteLocationGroup

Description

Deletes a Location Groups record by its ID. This deletes any references in Location-Location Groups.

Syntax

system.mes.location.deleteLocationGroup(id)

Parameters

ParameterTypeDescription
idString (ULID)The ID of the location group to delete.

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 location group 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 location by ID or path
system.mes.location.deleteLocationGroup('01JJ4N794J-BYCKRFJN-AY2S5D1N')