Deletes a table level.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteTableLevel |
The operation that you want to perform. |
LevelId | Long | Yes | 123 |
The ID of the hierarchy that you want to delete. You can obtain this information from the ListLevel interface. |
ProjectId | Long | Yes | 123 |
The ID of the DataWorks workspace. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the event log was recorded. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DeleteResult | Boolean | true |
Indicates whether the sharding task was deleted. |
RequestId | String | abcde |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteTableLevel &LevelId=123 &ProjectId=123 &RegionId=cn-shanghai &<common request parameters>
Sample success responses
XML
format
<RequestId>abcde</RequestId> <DeleteResult>true</DeleteResult>
JSON
Format
{ "RequestId": "abcde", "DeleteResult": true }
Error codes
HttpCode | Error codes | Error message | Description |
---|---|---|---|
500 | InternalError.System | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The request for the resource exceeds your available upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The request for the resource has exceeded your daily availability limit. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | DataWorks the system is busy, please try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | Your request is too frequent, please try to slow down the request speed. |
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | You have restricted access. Please activate DataWorks Enterprise Edition or above. |
Go to the Error CenterFor more information, see error codes.