unlink_source_record
Remove the association between an AnchorID and a source record. Idempotent operation that succeeds even if already unlinked.
Instructions
Soft-delete the link between an AnchorID and a source record. Idempotent — calling on an already-unlinked pair returns 200.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of the AnchorID to unlink from | |
| source_record_id | Yes | UUID of the source record to unlink |