Skip to content

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#

ParameterTypeRequiredDescription
linkIdstring (UUID)requiredThe link ID to remove

Returns#

Confirmation that the link was removed.

Example#

json
{
  "tool": "remove_link",
  "arguments": {
    "linkId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }
}