Delete a specific schedule by id
curl --request DELETE \
--url https://api.rootly.com/v1/schedules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a54d42f9-9126-4e2a-9bfd-2e4e8dc7bfa0",
"type": "schedules",
"attributes": {
"name": "Schedule 24",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 536,
"owner_group_ids": [
"c03d9f81-0d90-4834-97e0-43a79e42404f"
],
"created_at": "2025-12-08T08:31:19.595-08:00",
"updated_at": "2025-12-08T08:31:25.786-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "536",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
schedule deleted
Show child attributes
Unique id of schedule
schedules Show child attributes
The name of the schedule
Date of creation
Date of last update
The description of the schedule
24/7 coverage of the schedule
Owning teams.
ID of user assigned as owner of the schedule
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a54d42f9-9126-4e2a-9bfd-2e4e8dc7bfa0",
"type": "schedules",
"attributes": {
"name": "Schedule 24",
"description": "Schedule description",
"all_time_coverage": false,
"slack_user_group": {},
"slack_channel": null,
"owner_user_id": 536,
"owner_group_ids": [
"c03d9f81-0d90-4834-97e0-43a79e42404f"
],
"created_at": "2025-12-08T08:31:19.595-08:00",
"updated_at": "2025-12-08T08:31:25.786-08:00"
},
"relationships": {
"owner_user": {
"data": {
"id": "536",
"type": "users"
}
},
"escalation_policies": {
"data": []
}
}
}
}