Risk Scenarios
Remove a control from a risk scenario
Remove a control from a risk scenario.
Fully unlinks the control regardless of whether it is currently a
TREATMENT_PLAN or an EXISTING control. To only drop the
treatment-plan designation while keeping the control linked, use
PATCH { "controlType": "EXISTING" } instead. Deleting an already-unlinked
control is an idempotent no-op (204).
DELETE
Remove a control from a risk scenario
Previous
Change a risk scenario control's controlTypeChange the `controlType` on an existing risk-scenario / control
association.
Body: `{ controlType }`. The server atomically moves the resolved control
between the treatment-plan and existing-control sets in a single update —
there is no intermediate unlinked state. `PATCH { "controlType": "EXISTING" }`
removes the control from the treatment plan but keeps it linked as an
existing control; use `DELETE` to unlink it entirely.
Returns 404 if the control is not currently associated with the scenario.
Setting the `controlType` it already has is a 200 no-op.
Next
Remove a control from a risk scenario