Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.1.0

tdk fn delete

Delete a function

tdk fn delete \
--proj quickstart \
--name read_world \
--coll sales_data \
--confirm delete \
--profile production
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the function to be deleted.
--coll, -cstringOptionalName of the collection to which the function belongs.
--confirmstringRequiredWrite 'delete' to confirm deletion. Will be prompted for it if not provided.
--profilestringOptionalProfile whose connection and settings this command uses: '<NAME>-connection.json' and '<NAME>-options.json' under the Tabsdata directory. Default: the profile set with 'tdk set --profile', else 'connection.json' and 'options.json'.