system.kanoa.config.deleteNavigationItem(id, userId)
Deletes a navigation menu item
Parameters
id Integer: Id of the navigation item to delete
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
userId = 5
retVal = system.kanoa.config.deleteNavigationItem(7, userId)