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