ReferenceSystem Functionssystem.kanoa.shiftdeleteShiftsystem.kanoa.shift.deleteShift(shiftId, userId)Deletes a shift Parameters shiftId Integer: Id of the shift to delete userId Integer: Id of user executing the function Returns # of records modified Integer Example retVl = system.kanoa.shift.deleteShift(1, 123)