def process_request(self, req):
     path = req.args.get('path')
     VCSFavorite.remove_one_by_path(path, self.env)
     req.send('', 'text/plain')