[#BloombergLP-balm-MetricsManager-removeCollectionCallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balm.adoc[balm]::xref:BloombergLP/balm/MetricsManager.adoc[MetricsManager]::removeCollectionCallback :relfileprefix: ../../../ :mrdocs: Remove the callback associated with the specified `handle`. == Synopsis Declared in `<balm_metricsmanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeCollectionCallback(xref:BloombergLP/balm/MetricsManager/CallbackHandle.adoc[CallbackHandle] handle); ---- == Description Return 0 on success, or a non‐zero value if `handle` cannot be found. == Return Value 0 on success, or a non‐zero value if `handle` cannot be found == Parameters [cols="1,4"] |=== | Name| Description | *handle* | opaque handle returned by `registerCollectionCallback` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#