Skip to main content
DELETE
/
v1
/
scheduling
/
shifts
/
{id}
Delete shift
curl --request DELETE \
  --url http://localhost:3000/v1/scheduling/shifts/{id}
{
  "success": true,
  "message": "<string>"
}

Path Parameters

id
integer | null

Shift (Roster) ID in Deputy

Example:

12345

Response

Shift deleted

Shift delete response

success
boolean
required
message
string
required