If you want to delete a node from your network, there are a few different ways to go about it. The first way is to use the Node Manager. To open the Node Manager, click on the Nodes tab in the main toolbar and select the node you want to delete. To delete a node using the Node Manager, click on the Delete button next to the node’s name. The second way is to use the command line interface (CLI). To open the CLI, click on Start > All Programs > Accessories > Command Prompt (or just type cmd in Windows search). To delete a node using the CLI, type: sudo rm -rf <node_name> ..