// DELETE: api/States/5 public void Delete(int roleId) { try { if (roleId > 0) { roleServices.DropRole(roleId); } } catch (Exception) { } }