DELETE api/v1/deletedshifttargets/{departmentId}/{shiftId}/{effectiveDate}/{dayOfWeekId}

Delete DeletedShift from shift Target by DepartmentId, ShiftId, EffectiveDate and Day of Week Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentId

integer

Required

shiftId

integer

Required

effectiveDate

date

Required

dayOfWeekId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DeletedShiftTargetsReturnModel
NameDescriptionTypeAdditional information
DeletedShiftTargetId

integer

None.

DepartmentId

integer

None.

DepartmentShiftId

integer

None.

ShiftCode

string

None.

ShiftDescription

string

None.

ShiftDuration

string

None.

DayOfWeekId

integer

None.

EffectiveDate

date

None.

volumeMin

integer

None.

volumePeak

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DeletedShiftTargetId": 1,
  "DepartmentId": 2,
  "DepartmentShiftId": 3,
  "ShiftCode": "sample string 4",
  "ShiftDescription": "sample string 5",
  "ShiftDuration": "sample string 6",
  "DayOfWeekId": 7,
  "EffectiveDate": "2026-01-02T21:52:32.5583637-06:00",
  "volumeMin": 9,
  "volumePeak": 10
}