DeleteEntShift Method
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteEntShift() method removes the specified shift from the shift schedule of the specified entity.
Note: This method is no longer supported. Use the corresponding method in the Stateless API ShiftSchedule class.
[Obsolete("Shifts.DeleteEntShift method is no longer supported. Please call the corresponding updated method.")]
public static void DeleteEntShift(
int entID,
int shiftID,
int startDay
)
Parameters
- entID
Required. Holds the ID of the entity for which the shift is being deleted from the shift schedule.
- shiftID
Required. Holds the ID of the shift that is to be removed.
- startDay
Required. Holds the day for which the shift is to be removed (0=Sunday, 6=Saturday).