[#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(0x7f950f5fed88), requires_capability(0x7f950ed875b8), requires_capability(0x7f950b48f828), requires_capability(0x7f95034d2448), requires_capability(0x7f950e20f818), requires_capability(0x7f95277474b8), requires_capability(0x7f950c324648), requires_capability(0x7f950c240278), requires_capability(0x7f95018b9a28), requires_capability(0x7f950bd918d8), requires_capability(0x7f95065c8fd8)]] 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]#