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