[#BloombergLP-ball-AttributeCollectorRegistry-removeCollector] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeCollectorRegistry.adoc[AttributeCollectorRegistry]::removeCollector :relfileprefix: ../../../ :mrdocs: Remove the collector having the specified `name` from this registry. Return 0 if the collector with `name` was successfully removed, and a non‐zero value (with no effect) otherwise. == Synopsis Declared in `<ball_attributecollectorregistry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeCollector(std::string_view const& name); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#