invariance_capture_unlink
Detach an evidence link from a capture. Pass a link_id to remove that specific link, or omit it to clear the capture's run_id.
Instructions
Detach a capture link. With link_id, deletes that specific evidence link. Without link_id, clears the capture's run_id (legacy). Captures are standalone evidence; they don't need an execution upfront.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capture id, e.g. "cap_abc123". | |
| link_id | No | Specific capture link id to detach. Omit to clear run_id (legacy). |