tdk fn delete
Delete a function
tdk fn delete \
--proj quickstart \
--name read_world \
--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 function to be deleted. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |
--confirm | string | Required | Write 'delete' to confirm deletion. Will be prompted for it if not provided. |