Simple solution to delete multiple files

The API itself doesn’t have a “batch delete” method that could simply accept a list of files; instead one must make hundreds or thousands of API calls on “cleanup day”. Therefore, a delete method that accepts a body parameter with files to remove would be the first improvement.

2 Likes