Skip to main content
DELETE
/
events
/
{id}
/
shifts
/
{shift_id}
Delete Shift
curl --request DELETE \
  --url https://api.roostedhr.com/api/1_12/events/{id}/shifts/{shift_id} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Event ID

shift_id
string
required

Shift ID

Response

No Content