unlink_source_record
Soft-delete the connection between an AnchorID and a source record. Safely unlink canonical identities from external records using idempotent operations that prevent duplicate errors.
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 |