DeleteTable
Deletes the specified table from Apache HBase.
Input
Name | Type | Description |
TableName | String | The name of the table you wish to delete. |
Result Set Columns
Name | Type | Description |
Success | String | Returns true if the operation is successful, else an exception is returned. |