maltego_delete_link
Delete a specific edge from an active Maltego graph by providing its link ID.
Instructions
Delete a single link (edge) from the active graph by id.
Args: params (DeleteLinkInput): - link_id (str): Link id (e.g. 'e0'; see maltego_list_links).
Returns: str: Confirmation, or a note if the link id was not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |