Delete an OPC-UA server
DELETE/opc-ua/servers/:serverId
Deletes an OPC-UA server together with its root nodes. Only possible while no nodes have been browsed from it - a server in use is taken out of service through the active flag instead, which keeps its nodes and their signals.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- default
Deleted successfully
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.
Entity not found.
The server still has nodes
the default error response