relations_unrelate
Retract a relation between findings while preserving its history. Use when a dependency or link should be marked as no longer active without deleting the record.
Instructions
Retract a relation. Tombstones it — the row and its history remain.
Args:
src_id: Source finding
rel: The relation to retract
dst_id: Target finding
retracted_by: Who is retracting it
reason: Why
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rel | Yes | ||
| dst_id | Yes | ||
| reason | No | ||
| src_id | Yes | ||
| retracted_by | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||