system.mes.equipment.deleteEquipmentPropertyValues
Description
Deletes multiple Equipment Property Values records by their IDs.
Permissions
This method requires the EQUIPMENT.WRITE.DELETE permission.
Syntax
system.mes.equipment.deleteEquipmentPropertyValues(ids)
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
ids | List<String> | False | A list of equipment property value ULIDs to delete. |
Returns
If successful, an ApiResponse Object is returned with the success bool set True.
| Name | Type | Description |
|---|---|---|
success | Boolean | Indicates if the delete was successful. |
message | String | The reason why the deletion was successful or unsuccessful. |
data | String | The data associated with the deletion. |
error | String | The errors associated with the deletion. |
Code Examples
system.mes.equipment.deleteEquipmentPropertyValues(['01JAP8RJBN-8ZTPXSGY-J9GSDPE1', '01JAP8RJBN-8ZTPXSGY-K0HGWQF2'])