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

Delete Lineage

Remove an existing lineage edge between two entities.

Path Parameters

string
required
Entity type of the source (e.g., table, dashboard, pipeline).
string
required
UUID of the source entity.
string
required
Entity type of the destination (e.g., table, dashboard, pipeline).
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