Skip to main content

system.kanoa.lot.deleteRouteStepEvent(routeStepEventId, userId)

Deletes a route step event. This function will reorder the step numbers after the step event is deleted.


Parameters

routeStepEventId Integer: Id of the route step event to delete
userId Integer


Returns

# of records modified Integer
message String None if success


Example

# Delete a route step event
recordsModified, msg = system.kanoa.lot.deleteRouteStepEvent(5001, 123)