Search Documentation
Search across all documentation pages
remove_link
Remove a knowledge graph link by its ID. This permanently deletes the relationship between two nodes. Use get_links to find link IDs before removing.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
| linkId | string (UUID) | required | The link ID to remove |
Returns#
Confirmation that the link was removed.
Example#
json
{
"tool": "remove_link",
"arguments": {
"linkId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}