delete(key)
Delete the file at the key on all services.
# File activestorage/lib/active_storage/service/mirror_service.rb, line 34 def delete(key) perform_across_services :delete, key end