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 |
Whether the partition expression was deleted. |
true |
| ErrorMessage |
string |
The error message returned on failure. |
You have no permission. |
| RequestId |
string |
The request ID. |
ecb967ec-c137-48**** |
| Success |
boolean |
Whether the request was successful. |
true |
| ErrorCode |
string |
The error code returned on failure. |
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.