# File lib/fog/brightbox/models/compute/image.rb, line 55
        def destroy
          requires :identity
          connection.destroy_image(identity)
          true
        end