[#BloombergLP-ball-CategoryManager_RadixTree-erase] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager_RadixTree.adoc[CategoryManager_RadixTree]::erase :relfileprefix: ../../../ :mrdocs: Remove from this tree the entry with the specified `key`. Return `true` if the entry was removed (key existed), and `false` otherwise. == Synopsis Declared in `<ball_categorymanager_radixtree.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool erase(std::string_view const& key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#