# File lib/fog/softlayer/models/storage/file.rb, line 50 def destroy requires :directory, :key service.delete_object(directory.key, key) true end