Group rules
Delete group rule
Deletes a rule from the group. This results in the rule no longer applying for this group. If this is the only rule configured for the group, this is the same as deleting all rules, and the globally configured rules now apply to this group.
This operation can fail for the following reasons:
- No group with this groupId exists (HTTP error 404)
- No rule with this name/type is configured for this group (HTTP error 404)
- Invalid rule type (HTTP error 400)
- A server error occurred (HTTP error 500)
delete/groups/{groupId}/rules/{ruleType}
Response
The rule was successfully deleted.