system.kanoa.lot.deleteRoute(routeId, userId)
Deletes a route.
Parameters
routeId Integer
userId Integer: Id of user executing the function
Returns
# of records modified Integer
message String None if success
Example
# Delete a route by ID
recordsModified, msg = system.kanoa.lot.deleteRoute(10, 123)