DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}
Delete Lineage
Remove a lineage edge between two entities to delete a data flow relationship while preserving entity metadata using the Collate REST API for lineage graph maintenance.
DELETE
DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}
Delete Lineage
Remove an existing lineage edge between two entities.Path Parameters
Entity type of the source (e.g.,
table, dashboard, pipeline).UUID of the source entity.
Entity type of the destination (e.g.,
table, dashboard, pipeline).UUID of the destination entity.
DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}
Returns
Returns200 OK with no body on successful deletion.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete lineage |
404 | NOT_FOUND | Lineage edge between the specified entities does not exist |