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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
integer | null

Shift (Roster) ID in Deputy

Example:

12345

Response

Shift deleted

Shift delete response

success
boolean
required
message
string
required