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