class ActiveStorage::Variant

def destroy

Deletes variant file from service.
def destroy
  service.delete(key)
end