PagerDuty
PAGERDUTY_DELETE_SCHEDULE_OVERRIDE_BY_ID
This endpoint deletes a specific override from a PagerDuty schedule. It allows users to remove temporary changes made to the regular schedule, reverting it back to its original state. This operation is useful for canceling previously set overrides that are no longer needed, such as temporary shift changes or one-time schedule adjustments. The deletion is permanent and cannot be undone, so it should be used with caution. This endpoint is particularly helpful for maintaining schedule integrity and ensuring that only current and relevant overrides remain active.
Remote pagerduty
Other tools also called PAGERDUTY_DELETE_SCHEDULE_OVERRIDE_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"override_id": {
"type": "string",
"title": "Override Id",
"description": "The override ID on the schedule."
}
}
}