DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}
Delete Lineage
Remove a lineage edge between two entities
DELETE
DELETE /v1/lineage/{fromEntity}/{fromId}/{toEntity}/{toId}
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 |