tdk table delete
Delete a table
tdk table delete \
--proj quickstart \
--name country \
--coll sales_data \
--confirm confirm-example
| Flag | Type | Required | Description |
|---|---|---|---|
--proj, -P | string | Optional | Project to target; overrides the pinned project. Prompted for when a command needs one and neither is set. |
--name, -n | string | Required | Name of the table to be deleted. |
--coll, -c | string | Optional | Name of the collection to which the table belongs. |
--confirm | string | Required | Write 'delete' to confirm deletion. Will be prompted for it if not provided. |