If a user needs to delete many files from a workspace in a selective way, that requires an API call for each file. If the files are many, the entire process can require several hours. We should have an API that accepts a list of files, so that the user can delete them (or at least start the deletion) all at once, and save a lot of time.
If a user needs to delete many files from a workspace in a selective way, that requires an API call for each file. If the files are many, the entire process can require several hours. We should have an API that accepts a list of files, so that the user can delete them (or at least start the deletion) all at once, and save a lot of time.