Upload plugin: API to delete multiple files?

System Information
  • Strapi Version: 4
  • Operating System: Linux
  • Database: postgres
  • Node Version: 18
  • NPM Version: 10
  • Yarn Version: n/a

I would like to delete multiple (in fact, many i.e. > 3million) files that were uploaded via the strapi upload plugin. The docs in Upload | Strapi Documentation mention a REST endpoint that supports deleting one such file by id.

Question is: Is there an API to delete multiple (many) files in one call? Assume that we are able to supply all ids of the files we want deleted.