All Products
Search
Document Center

DataWorks:DeleteLineageRelationship

Last Updated:Jan 12, 2026

Deletes a lineage in Data Map.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IdstringYes

The lineage ID. You can refer to the ListLineageRelationships operation.

110xxxx:custom-table.xxxxx:maxcompute-table.project.test_big_lineage_080901:custom-sqlxx.00001

Response parameters

ParameterTypeDescriptionExample
object

The response.

RequestIdstring

The request ID.

952795279527ab****
Successboolean

Indicates whether the request was successful. Valid values:

  • true: success.
  • false: failure.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "952795279527ab****",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.