All Products
Search
Document Center

DataWorks:DeleteQualityRelativeNode

Last Updated:Mar 23, 2026

DeleteQualityRelativeNode deletes a scheduling association.

Note

This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - UpdateDataQualityScan for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.

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

EnvType

string

Yes

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

  • cdh

  • analyticdb_for_mysql

  • odps

  • emr

  • hadoop

  • holodb

  • hybriddb_for_postgresql

ODPS

MatchExpression

string

Yes

The partition filter expression.

dt=$[yyyymmdd]

NodeId

integer

Yes

The node ID.

156234

ProjectId

integer

Yes

The workspace ID.

12345

TargetNodeProjectName

string

Yes

The name of the workspace that contains the associated scheduling node.

autotest

ProjectName

string

Yes

The name of the workspace.

autotest

TableName

string

Yes

The table name.

dual

TargetNodeProjectId

integer

Yes

The ID of the workspace that contains the associated scheduling node.

12345

Response elements

Element

Type

Description

Example

object

The data returned.

HttpStatusCode

integer

The HTTP status code.

200

Data

boolean

Indicates whether the scheduling association was successfully deleted.

true

ErrorMessage

string

The error message.

You have no permission.

RequestId

string

The request ID.

6d739ef6-098a-47****

Success

boolean

Indicates whether the API call was successful.

true

ErrorCode

string

The error code.

401

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.