[#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(0x7ff36f781ae8), requires_capability(0x7ff36f468358), requires_capability(0x7ff37f407918), requires_capability(0x7ff3775646e8), requires_capability(0x7ff37b69fbe8), requires_capability(0x7ff37e1c7818), requires_capability(0x7ff379a7dd68), requires_capability(0x7ff36f4a4da8), requires_capability(0x7ff37bc15a08), requires_capability(0x7ff3814a59d8), requires_capability(0x7ff3666cca58)]] 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]#