delete_prefixed(prefix)
Delete files at keys starting with the prefix.
# File activestorage/lib/active_storage/service.rb, line 106 def delete_prefixed(prefix) raise NotImplementedError end