DeleteTable
Deletes the specified table from Google BigQuery.
Input
| Name | Type | Description |
| TableId | String | Specifies the ID of the table to delete. The Project ID and Dataset ID can be sourced from the connection properties or overridden using the format projectId:datasetId.TableId. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns 'true' if the table was successfully deleted. If the deletion fails, an exception is thrown instead of returning 'false'. |