system.kanoa.lot.deleteRouteEvent(routeEventId, userId)
Deletes a route event.
Parameters
routeEventId Integer: Id of the route event to be deleted
userId Integer
Returns
# of records modified Integer
message String None if success
Example
# Delete a route event by its ID
recordsModified, msg = system.kanoa.lot.deleteRouteEvent(10, 123)