unlink_rows
Remove existing links between rows using the dedicated links endpoint. Specify the table, link column, and array of row ID pairs (from/to) to unlink. This is the only correct method to remove links.
Instructions
Remove links between rows via the dedicated links endpoint. This is the ONLY way to remove links — link columns cannot be modified via update_rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Source table name | |
| link_column | Yes | Name of the link column | |
| pairs | Yes | Array of row ID pairs to unlink |