delete-files
Description of the "darwin dataset delete-files" option from the CLI
Hard deletes the files from the given RemoteDataset
. Hard deletes are non-recoverable, so this is to be used with caution. If you wish to soft delete a DatasetItem
you can change the item's status to "archived"
instead.
$ darwin dataset delete-files cars mycar.jpg
Do you want to continue? [y/N] y
Files successfully deleted!
Positional arguments:
dataset
: Remote Dataset's name.files
: Files to delete.
Optional arguments:
--yes
: Ify
it does not prompt the user for confirmation, ifn
it does.
Watch it in action!

Updated 2 months ago
Having trouble understanding the docs? Have a refresh on V7 Concepts!