[#CConnman-RemoveAddedNode] = xref:CConnman.adoc[CConnman]::RemoveAddedNode :relfileprefix: ../ :mrdocs: Remove a manually added node, returning false if it was not present. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b749388), requires_capability(0x7f2e28942098), requires_capability(0x7f2e234d1278), requires_capability(0x7f2e2737da18), requires_capability(0x7f2e235ef0a8), requires_capability(0x7f2e2a34b198), requires_capability(0x7f2e219f7f68), requires_capability(0x7f2e21c82e28), requires_capability(0x7f2e1aa35988), requires_capability(0x7f2e376b7a68), requires_capability(0x7f2e433cd5f8)]] bool RemoveAddedNode(std::string_view node); ---- == Return Value false if the node was not present, true otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *node* | the host string of the node to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#