All Products
Search
Document Center

DataWorks:DeleteQualityEntity

Last Updated:Mar 23, 2026

Deletes a partition expression.

Note

This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - DeleteDataQualityScan 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

EntityId

integer

Yes

The ID of the partition expression.

1234

ProjectName

string

Yes

The name of the engine or data source.

autotest

EnvType

string

Yes

The type of the engine or data source. Valid values: E-MapReduce (EMR), Hologres, AnalyticDB for PostgreSQL, CDH, MaxCompute, Kafka, and DataHub.

odps

ProjectId

integer

Yes

The ID of the DataWorks workspace.

12345

Response elements

Element

Type

Description

Example

object

The response data structure.

HttpStatusCode

integer

The HTTP status code.

200

Data

boolean

Indicates whether the partition expression was successfully deleted.

true

ErrorMessage

string

The error message returned if the request fails.

You have no permission.

RequestId

string

The ID of the request.

ecb967ec-c137-48****

Success

boolean

Indicates whether the request was successful.

true

ErrorCode

string

The error code returned if the request fails.

401

Examples

Success response

JSON format

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "You have no permission.",
  "RequestId": "ecb967ec-c137-48****",
  "Success": true,
  "ErrorCode": "401"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.