Deletes a partition expression.
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
Test
RAM authorization
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.