deleteDocRuleCondition
DELETE/doc-rules/:docRuleId/conditions/:elementId
Deletes the condition identified by elementId from the RuleDefinition of the DocRule.
Server-side cascade: deleting a condition removes the condition together with its sub-conditions,
and the corresponding rangeSubConditions entries are removed from every range group of its condition
group. This honours the invariant of exactly one entry per (SubCondition x RangeGroup). The request is
rejected with 400 if the condition is the condition group's last condition.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| createDocRule |
| updateDocRule |
Request
Responses
- 204
- 400
The condition has been successfully deleted.
Bad request.