PagerDuty

PAGERDUTY_DELETE_ONCALL_HANDOFF_NOTIFICATION_RULE

This endpoint deletes a specific on-call handoff notification rule for a given user in PagerDuty. It is used to remove custom notification settings for when on-call responsibilities are transferred between team members. This operation is permanent and cannot be undone, so it should be used with caution. The endpoint is particularly useful for maintaining clean and up-to-date notification configurations, especially when certain handoff rules are no longer needed or have become obsolete. It requires both the user's ID and the specific rule ID to ensure precise targeting of the rule to be deleted.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_ONCALL_HANDOFF_NOTIFICATION_RULE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "oncall_handoff_notification_rule_id": {
      "type": "string",
      "title": "Oncall Handoff Notification Rule Id",
      "description": "The oncall handoff notification rule ID on the user."
    }
  }
}