PagerDuty

PAGERDUTY_DELETE_SERVICE_RULE_BY_ID

Deletes a specific rule from a PagerDuty service. This endpoint is used to permanently remove a rule that defines conditions for incident creation or automation within a particular service. It should be used when you need to eliminate an outdated, incorrect, or no longer needed rule from your service configuration. The operation cannot be undone, so use it with caution. This endpoint does not return the deleted rule's details; it only confirms the successful deletion.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_SERVICE_RULE_BY_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "rule_id": {
      "type": "string",
      "title": "Rule Id",
      "description": "The id of the Event Rule to retrieve."
    }
  }
}