There is currently no way to programmatically delete a folder in Firebase storage that I know of. The Firebase team hasn't added that feature to the Firebase API.
You can delete a file. Use "DeleteFile" method.
Hmm, I tested simulteneously FirebaseStorage for Android and iOS and didn't find a delete method in lib for iOS.
I thougth that set of methods is the same for Android and iOS.