You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the delete command you can delete collections, groups, artifacts, and versions from the Databus. Deleting files is not supported via API.
@@ -437,11 +437,9 @@ To authenticate the delete request, you need to provide an API key with `--datab
437
437
438
438
If you want to perform a dry run without actual deletion, use the `--dry-run` option. This will show you what would be deleted without making any changes.
439
439
440
-
As securety measure, the delete command will prompt you for confirmation before proceeding with the deletion. If you want to skip this prompt, you can use the `--force` option.
440
+
As security measure, the delete command will prompt you for confirmation before proceeding with the deletion. If you want to skip this prompt, you can use the `--force` option.
0 commit comments