Deletes a data table from an instance.
Request syntax
message DeleteTableRequest {
required string table_name = 1;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the data table that you want to delete. |
Response syntax
message DeleteTableResponse {
}
If the response of the DeleteTable operation does not contain an error, the data table is deleted.
Use Tablestore SDKs
You can use the following Tablestore SDKs to delete a data table:
Tablestore SDK for Java: Delete a table
Tablestore SDK for Go: Delete a data table
Tablestore SDK for Python: Delete tables
Tablestore SDK for Node.js: Delete data tables
Tablestore SDK for .NET: Delete a data table
Tablestore SDK for PHP: Delete a data table