# File lib/fog/core/collection.rb, line 56
    def destroy(identity)
      object = new(:identity => identity)
      object.destroy
    end