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