maltego_delete_entity
Delete a specified entity and all links connected to it from the active investigation graph.
Instructions
Delete an entity and all links touching it from the active graph.
Args: params (DeleteEntityInput): - entity_id (str): Entity to delete.
Returns: str: Confirmation including how many links were removed, or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |