delete-lineage
Delete a lineage edge between two entities. Provide the source and target entity types and UUIDs to remove the connection.
Instructions
Delete a lineage edge between two entities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromEntity | Yes | Source entity type (e.g. 'table') | |
| fromId | Yes | Source entity UUID | |
| toEntity | Yes | Target entity type | |
| toId | Yes | Target entity UUID |