Skip to main content

system.mes.location.deletePropertyValue

Description

Deletes a Location Property Values record by its ID. This cannot delete a location property value with references to it.

Syntax

system.mes.location.deletePropertyValue(id)

Parameters

ParameterTypeDescription
idString (ULID)The ID of the location property value 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 property value 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 property value by ID
system.mes.location.deletePropertyValue('01JJ7AFN0V-ZZS5XSAR-05CGEXBW')