[#BloombergLP-ball-RuleSet-removeRule] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RuleSet.adoc[RuleSet]::removeRule :relfileprefix: ../../../ :mrdocs: Remove the rule having the specified `value` from this rule set. Return the number of rules removed (i.e., 1 on success and 0 if there is no such a rule). == Synopsis Declared in `<ball_ruleset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeRule(xref:BloombergLP/ball/Rule.adoc[Rule] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#