DELETE_INSTANCE
Delete an existing digital twin instance.
Usage
DELETE_INSTANCE(modelName, twinId)
Parameters
modelName |
String |
Name of the model to delete an instance from. |
twinId |
String |
The instance identifier of the twin to delete. |
Returns
Action
Examples
DELETE_INSTANCE(‘MyModel’, ‘12345’) |
Deletes the instance of the model ‘MyModel’ with the identifier ‘12345’. |
Remarks
This method is only available in simulation rules.