Deletes the node from the node list using address. > [!HINT] Note > Only the node which has added a target node initially can delete it.   `Command syntax:` ```actionscript node del -net <net_name> -addr <node_address> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list -addr - address of the node ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli node del -net foobar -addr C96C::1FC9::981C::8248 ``` `Response:` ```actionscript node deleted ``` ### JSON-RPC Example ![[JSON-RPC Request - NODE DEL]]