DeleteTable
Deletes the specified table from Google BigQuery.
Input
Name | Type | Description |
TableId | String | TableId of the table you wish to delete. ProjectId and DatasetId can come from connection properties, or to override them, the format projectId:datasetId.TableId. |
Result Set Columns
Name | Type | Description |
Success | String | Returns true if operation is successful, else an exception is returned. |