All Products
Search
Document Center

DataWorks:DeleteNode

Last Updated:Dec 05, 2024

Deletes a node from DataStudio.

Operation description

Note A node that is deployed cannot be deleted. If you want to delete such a node, you must first undeploy the node.

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
ProjectIdstringYes

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID.

You must configure this parameter to specify the DataWorks workspace to which the API operation is applied.

10000
IdstringYes

The ID of the node.

860438872620113XXXX

Response parameters

ParameterTypeDescriptionExample
object

The response parameetrs.

RequestIdstring

The request ID.

A1E54497-5122-505E-91C6-BAC14980XXXX
Successboolean

Indicates whether the request was successful. Valid values:

true
false

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "A1E54497-5122-505E-91C6-BAC14980XXXX",
  "Success": true
}

Error codes

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