destroy()
Deletes variant file from service.
# File activestorage/app/models/active_storage/variant.rb, line 102 def destroy service.delete(key) end