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
Request parameters
Parameter | Type | Required | Description | Example |
---|
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 |
---|
Change time | Summary of changes | Operation |
---|---|---|
2024-08-14 | The request parameters of the API has changed | View Change Details |