All Products
Search
Document Center

DataWorks:RemoveTaskInstanceDependencies

Last Updated:Dec 05, 2024

Removes multiple upstream dependencies of an instance at a time.

Operation description

This API operation is available for all DataWorks editions.

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
IdlongYes

The instance ID.

1234
UpstreamTaskInstanceIdsarrayNo

The IDs of ancestor instances of the instance

longNo

The instance ID.

1234
CommentstringNo

The remarks.

this is a comment

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

22C97E95-F023-56B5-8852-B1A77A17XXXX
Successboolean

Indicates whether the request was successful.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
  "Success": true
}

Error codes

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