delete(key)
Delete the file at the key.
# File activestorage/lib/active_storage/service.rb, line 101 def delete(key) raise NotImplementedError end