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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SrcEntityQualifiedName | string | Yes | Source entity unique identifier | maxcompute-table.project.table |
DestEntityQualifiedName | string | Yes | Destination entity unique identifier | custom-report.report123 |
RelationshipGuid | string | No | Lineage relationship unique identifier | dfazcdfdfccdedd |
RelationshipType | string | No | Relationship type | sql |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|---|---|
2024-08-14 | The request parameters of the API has changed | View Change Details |