All Products
Search
Document Center

DataWorks:DeleteQualityRelativeNode

Last Updated:Oct 17, 2024

Disassociates a node from a partition filter expression.

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
EnvTypestringYes

The type of the compute engine or data source. Valid values:

  • cdh
  • analyticdb_for_mysql
  • odps
  • emr
  • hadoop
  • holodb
  • hybriddb_for_postgresql
ODPS
MatchExpressionstringYes

The partition filter expression.

dt=$[yyyymmdd]
NodeIdlongYes

The ID of the node.

156234
ProjectIdlongYes

The ID of the workspace.

12345
TargetNodeProjectNamestringYes

The name of the workspace to which the node associated with the partition filter expression belongs.

autotest
ProjectNamestringYes

The name of the compute engine instance or data source.

autotest
TableNamestringYes

The name of the table that is generated by the node.

dual
TargetNodeProjectIdlongYes

The ID of the workspace to which the node associated with the partition filter expression belongs.

12345

Response parameters

ParameterTypeDescriptionExample
object
HttpStatusCodeinteger

The HTTP status code returned.

200
Databoolean

Indicates whether the node is disassociated from the partition filter expression.

true
ErrorMessagestring

The error message returned.

You have no permission.
RequestIdstring

The ID of the request.

6d739ef6-098a-47****
Successboolean

Indicates whether the request was successful.

true
ErrorCodestring

The error code returned.

401

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "You have no permission.",
  "RequestId": "6d739ef6-098a-47****",
  "Success": true,
  "ErrorCode": "401"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-05-10The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-03-08The internal configuration of the API is changed, but the call is not affectedView Change Details