Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
ScheduleRotationActiveDays
Delete a schedule rotation active day
ScheduleRotationActiveDays
Delete a schedule rotation active day
Delete a specific schedule rotation active day
DELETE
/
v1
/
schedule_rotation_active_days
/
{id}
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "6d0e82e7-092b-4774-b248-cc83fbc169fe",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "f8b6098d-42b6-419b-bb2e-de93e7e9ed74",
"day_name": "S",
"created_at": "2025-03-11T19:14:52.300-07:00",
"updated_at": "2025-03-11T19:14:54.821-07:00",
"active_time_attributes": []
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
schedule_rotation_active_day deleted
Unique ID of the schedule rotation active time
Available options:
schedule_rotation_active_days
Schedule rotation day name for which active times to be created
Available options:
S
, M
, T
, W
, R
, F
, U
Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_active_days/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "6d0e82e7-092b-4774-b248-cc83fbc169fe",
"type": "schedule_rotation_active_days",
"attributes": {
"schedule_rotation_id": "f8b6098d-42b6-419b-bb2e-de93e7e9ed74",
"day_name": "S",
"created_at": "2025-03-11T19:14:52.300-07:00",
"updated_at": "2025-03-11T19:14:54.821-07:00",
"active_time_attributes": []
}
}
}