System Functionssystem.kanoa.shiftdeleteShiftOn this pagesystem.kanoa.shift.deleteShift(shiftId, userId)Deletes a shiftParametersshiftId Integer: Id of the shift to delete userId Integer: Id of user executing the functionReturns# of records modified IntegerExampleretVl = system.kanoa.shift.deleteShift(1, 123)