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