Deletes a partition expression from a DeleteQualityEntity.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Required | DeleteQualityEntity |
The operation that you want to perform. |
EntityId | Long | Yes | 1234 |
The ID of the partition filter expression. |
EnvType | String | Required | ODPS |
The engine or data source type. |
ProjectName | String | Required | autotest |
The name of the database engine or data source. |
RegionId | String | Required | cn-shanghai |
The ID of the region where your project resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Boolean | true |
The DeleteQualityEntity of the response after the operation is called. |
ErrorCode | String | 401 |
The error code. |
ErrorMessage | String | You have no permission. |
The returned message. |
HttpStatusCode | Integer | 200 |
Bad Request message. |
RequestId | String | ecb967ec-c137-48**** |
The ID of the request. |
Success | Boolean | true |
Indicates whether the call is successful. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteQualityEntity
&EntityId=1234
&EnvType=ODPS
&ProjectName=autotest
&RegionId=cn-shanghai
&<Common request parameters>
Sample success responses
XML
format
<RequestId>ecb967ec-c137-48****</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Data>true</Data>
<ErrorCode>401</ErrorCode>
<ErrorMessage>You have no permission. </ErrorMessage>
<Success>true</Success>
JSON
format
{
"RequestId": "ecb967ec-c137-48****",
"HttpStatusCode": 200,
"Data": true,
"ErrorCode": 401,
"ErrorMessage": "You have no permission.",
"Success": true
}
Errors
For a list of error codes, visit the API Error Center.