All Products
Search
Document Center

DataWorks:DeleteQualityEntity

Last Updated:Oct 17, 2024

Deletes 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
EntityIdlongYes

The ID of the partition filter expression.

1234
ProjectNamestringYes

The name of the compute engine or data source.

autotest
EnvTypestringYes

The type of the compute engine or data source. The following types are supported: E-MapReduce (EMR), Hologres, AnalyticDB for PostgreSQL, CDH, MaxCompute, Kafka, and DataHub.

Valid values:

  • odps
  • emr
  • hadoop
  • cdh
  • hybriddb_for_postgresql
  • holodb
ODPS
ProjectIdlongYes

The DataWorks workspace ID.

12345

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HttpStatusCodeinteger

The HTTP status code.

200
Databoolean

The returned result.

true
ErrorMessagestring

The error message.

You have no permission.
RequestIdstring

The request ID.

ecb967ec-c137-48****
Successboolean

Indicates whether the request was successful.

true
ErrorCodestring

The error code.

401

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "You have no permission.",
  "RequestId": "ecb967ec-c137-48****",
  "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 request parameters of the API has changedView Change Details