Zum Hauptinhalt springen

Remove the link between an OPC-UA object node and its asset

DELETE 

/opc-ua/nodes/:opcUaNodeId/asset

Releases the asset of a browsed OPC-UA object node and deactivates the variables of that object, exactly as deleting the asset would. The node itself and its variables stay, so the object can be mapped again afterwards. Idempotent: a node without a link answers 204 as well.

Request

Responses

The node carries no asset link anymore - also the answer for a node that carried none to begin with, because that is the state the caller asked for. The asset itself is not deleted; only the link is released and the variables of the object are deactivated.