Deletes task flow edges based on multiple conditions.

This operation is used for multi-condition query. You can call it to delete the edges of a specified task flow that meet all specified conditions.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteTaskFlowEdgesByCondition

The operation that you want to perform. Set the value to DeleteTaskFlowEdgesByCondition.

Tid Long No 3***

The ID of the tenant.

Note To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
DagId Long Yes 15****

The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.

Id Long No 24***

The ID of the task flow edge to delete.

NodeFrom Long No 44***

The ID of the start node on the edge to delete.

NodeEnd Long No 44***

The ID of the end node of the edge to delete.

Response parameters

Parameter Type Example Description
RequestId String 21234B66-6859-5558-9E5B-006EFE915CD0

The ID of the request. You can use the ID to locate logs and troubleshoot issues.

ErrorCode String UnknownError

The error code returned if the request failed.

ErrorMessage String UnknownError

The error message returned if the request failed.

Success Boolean true

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.

Examples

Sample requests

http(s)://dms-enterprise.aliyuncs.com/?Action=DeleteTaskFlowEdgesByCondition
&DagId=15***
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteTaskFlowEdgesByConditionResponse>
    <RequestId>21234B66-6859-5558-9E5B-006EFE915CD0</RequestId>
    <Success>true</Success>
</DeleteTaskFlowEdgesByConditionResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "21234B66-6859-5558-9E5B-006EFE915CD0",
  "Success" : true
}

Error codes

For a list of error codes, visit the API Error Center.