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