DeleteLineageRelation

更新时间:
复制 MD 格式

Deletes a user-defined lineage relationship between entities.

Operation description

This API is currently in trial. To use it, submit an application. You can call this API after the administrator adds you to the trial list.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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 elements

Element

Type

Description

Example

object

OpenApiMetaResultModel

HttpStatusCode

integer

HTTP status code

200

ErrorMessage

string

Error message

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

RequestId

string

Request ID. Used to locate logs and troubleshoot issues.

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

Success

boolean

Whether the call succeeded. Valid values:

true: success

false: failed

true

ErrorCode

string

Error code

1010040007

Status

boolean

Operation result:

true: Success

false: Failure

true

Examples

Success response

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

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.