System Functionssystem.kanoa.lotdeleteRouteOn this pagesystem.kanoa.lot.deleteRoute(routeId, userId)Deletes a route.ParametersrouteId Integer userId IntegerReturns# of records modified Integer message String None if successExample# Delete a route by IDrecordsModified, msg = system.kanoa.lot.deleteRoute(10, 123)