deleteDocRuleConditionGroup
DELETE/doc-rules/:docRuleId/condition-groups/:elementId
Deletes the condition group identified by elementId from the RuleDefinition of the DocRule.
Server-side cascade: deleting a condition group removes the condition group and all its
descendants (conditions, sub-conditions, range groups, ranges and effects). The request is rejected
with 400 if the condition group is the rule's last condition group.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| createDocRule |
| updateDocRule |
Request
Responses
- 204
- 400
The condition group has been successfully deleted.
Bad request.