All Products
Search
Document Center

DataWorks:DeleteLineageRelation

Last Updated:Dec 09, 2024
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Delete lineage, supports deleting user-defined lineage relationships

Operation description

This API is currently in the trial phase. Users who wish to experience it can apply, and after the administrator adds them to the trial list, they can call this API.

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
SrcEntityQualifiedNamestringYes

Source entity unique identifier

maxcompute-table.project.table
DestEntityQualifiedNamestringYes

Destination entity unique identifier

custom-report.report123
RelationshipGuidstringNo

Lineage relationship unique identifier

dfazcdfdfccdedd
RelationshipTypestringNo

Relationship type

sql

Response parameters

ParameterTypeDescriptionExample
object

OpenApiMetaResultModel

HttpStatusCodeinteger

HTTP status code

200
ErrorMessagestring

Error message

qualifiedName should be in format as entity-table.entity-guid
RequestIdstring

Request ID: used for locating logs and troubleshooting

64B-587A-8CED-969E1973887FXXX-TT
Successboolean

Whether the call was successful. Values are as follows:

true: success

false: failed

true
ErrorCodestring

Error code

1010040007
Statusboolean

Operation result:

true: Success

false: Failure

true

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "ErrorMessage": "qualifiedName should be in format as entity-table.entity-guid",
  "RequestId": "64B-587A-8CED-969E1973887FXXX-TT",
  "Success": true,
  "ErrorCode": "1010040007",
  "Status": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-08-14The request parameters of the API has changedView Change Details