Removes one or more business rules from a ruleset without changing any of its other attributes. The rules themselves are not deleted and remain available to other rulesets.
Use this operation to take a rule out of a decision while keeping the rule itself, for example when it has been superseded by another rule in the same ruleset.
Impacts
Business ruleset
The rules are removed from the ruleset and are no longer evaluated when the ruleset is applied, and updated_at and updated_by are set. The name, description, execute_mode, and active attributes of the ruleset are unchanged.
Implementation Notes
- The rules are not deleted. They keep their versions and stay available to other rulesets and to Apply business rules with
rule_id. To delete a rule outright, use Delete a business rule. - To keep a rule in the ruleset but stop evaluating it, use Deactivate a business rule instead.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Returns
The business ruleset with the rules removed from its membership. The rules themselves are not deleted, and the ruleset's name, description, execute_mode, and active attributes are unchanged.