Skip to main content

system.kanoa.lot.deleteRoute(routeId, userId)

Deletes a route.


Parameters

routeId Integer
userId Integer


Returns

# of records modified Integer
message String None if success


Example

# Delete a route by ID
recordsModified, msg = system.kanoa.lot.deleteRoute(10, 123)