Skip to main content
DELETE
DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}

Delete Lineage

Remove an existing lineage edge between two entities.

Path Parameters

fromEntity
string
required
Entity type of the source (e.g., table, dashboard, pipeline).
fromId
string
required
UUID of the source entity.
toEntity
string
required
Entity type of the destination (e.g., table, dashboard, pipeline).
toId
string
required
UUID of the destination entity.
DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}

Returns

Returns 200 OK with no body on successful deletion.

Error Handling