Deletes a partition filter expression.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
EntityId | long | Yes | The ID of the partition filter expression. | 1234 |
ProjectName | string | Yes | The name of the compute engine or data source. | autotest |
EnvType | string | Yes | 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 |
ProjectId | long | Yes | The DataWorks workspace ID. | 12345 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|---|---|
2024-05-10 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-03-08 | The request parameters of the API has changed | View Change Details |