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
- 204
- 400
- 401
- 403
- 404
- default
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.
the default error response
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
No such OPC-UA node.
the default error response