[#BloombergLP-ball-Rule-removePredicate] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Rule.adoc[Rule]::removePredicate :relfileprefix: ../../../ :mrdocs: Remove the attribute having the specified `value` from this object. == Synopsis Declared in `<ball_rule.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removePredicate(xref:BloombergLP/ball/ManagedAttribute.adoc[ManagedAttribute] const& value); ---- == Description Return the number of attributes being removed (i.e., 1 on success and 0 if no attribute having `value` exists in this object). DEPRECATED: Use `removeAttribute` instead. == Return Value 1 on success, and 0 if the attribute does not exist == Parameters [cols="1,4"] |=== | Name| Description | *value* | attribute to remove |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#