URGENT: Unable to delete images from my retool storage

my retool storage is full! lots of images uploaded in there by the users. Need to delete some of the old images, as they can't upload any new images for their day to day operations. I can't do that with a retool storage, you have to individually delete each image, there is no bulk action in the storage UI.

You can run a bulk delete by:

  1. Creating a query in an app to get file metadata
  2. Running a delete query for each file id you wish to delete

We might support bulk delete on the UI in time but this would help unblock you for now.