Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
override shift deleted
Delete a specific on call shadow configuration by id
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ca81ed30-2790-49e0-bb2b-ef820e177683",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "8b3a4959-92f7-4aae-ab0d-0d91f9c71572",
"shadowable_type": "User",
"shadowable_id": "394",
"shadow_user_id": 393,
"starts_at": "2025-11-20T17:56:31.000-08:00",
"ends_at": "2025-11-21T15:56:31.000-08:00",
"created_at": "2025-11-20T15:56:31.908-08:00",
"updated_at": "2025-11-20T15:56:31.908-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
override shift deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/on_call_shadows/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ca81ed30-2790-49e0-bb2b-ef820e177683",
"type": "on_call_shadows",
"attributes": {
"schedule_id": "8b3a4959-92f7-4aae-ab0d-0d91f9c71572",
"shadowable_type": "User",
"shadowable_id": "394",
"shadow_user_id": 393,
"starts_at": "2025-11-20T17:56:31.000-08:00",
"ends_at": "2025-11-21T15:56:31.000-08:00",
"created_at": "2025-11-20T15:56:31.908-08:00",
"updated_at": "2025-11-20T15:56:31.908-08:00"
}
}
}