[#BloombergLP-ball-ManagedAttributeSet-removeAttribute] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ManagedAttributeSet.adoc[ManagedAttributeSet]::removeAttribute :relfileprefix: ../../../ :mrdocs: Remove the attribute having the specified `value` from this object. == Synopsis Declared in `<ball_managedattributeset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool removeAttribute(xref:BloombergLP/ball/ManagedAttribute.adoc[ManagedAttribute] const& value); ---- == Description Return `true` on success and `false` if an attribute having the `value` does not exist in this object. == Return Value `true` on success, and `false` if the attribute does not exist == Parameters [cols="1,4"] |=== | Name| Description | *value* | attribute to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#