Deletes a data lake table.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dms:DeleteDataLakeTable | delete | *All Resource
| None | None |
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
CatalogName | string | Yes | The name of the data catalog. | hive |
DbName | string | Yes | The name of the database. | default |
TableName | string | Yes | The name of the table. | test_table |
Tid | integer | No | The tenant ID. Note Hover over your profile picture in the upper-right corner of the DMS console to obtain the tenant ID. For details, see View tenant information. | 3**** |
WorkspaceId | integer | No | The workspace ID. | 12**** |
Response elements
Element | Type | Description | Example |
object | Schema of the response. | ||
RequestId | string | The request ID, used for log tracing and troubleshooting. | 8E88933E-E3D4-5BA8-8CBF-0A1CAE66**** |
ErrorCode | string | The error code returned if the request fails. | UnknownError |
ErrorMessage | string | The error message returned if the request fails. | UnknownError |
Success | boolean | Indicates whether the request was successful. Valid values:
| true |
Examples
Success response
JSON format
{
"RequestId": "8E88933E-E3D4-5BA8-8CBF-0A1CAE66****",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.