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