// DELETE api/<controller>/5 public void Delete(int userId, int recId) { Recommendation r = new Recommendation(); r.DeleteRec(userId, recId); }