Skip to main content
Version: 2.0.0

tdk table delete

Delete a table

tdk table delete \
--proj quickstart \
--name country \
--coll sales_data \
--confirm confirm-example
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the table to be deleted.
--coll, -cstringOptionalName of the collection to which the table belongs.
--confirmstringRequiredWrite 'delete' to confirm deletion. Will be prompted for it if not provided.