# File lib/fog/brightbox/models/compute/server.rb, line 115
        def destroy
          requires :identity
          service.destroy_server(identity)
          true
        end