Ability to delete all files with prefix in the S3 bucket

I have 100 files separated into two prefixes - ABC and XYZ. I want to remove all files (including the entire directory) from the XYZ prefix. I do not want to delete files using a JS loop manually.

This hasn't been picked up as a native feature yet, but we'll reach out if it does!

For the time being, the JS loop to delete files one by one could be a workaround.