PagerDuty

PAGERDUTY_DELETE_INTEGRATION_FROM_EVENT_ORCHESTRATION

Removes a specific integration from an event orchestration in PagerDuty. This endpoint is used to disconnect a particular tool or service from the event orchestration setup, effectively stopping it from triggering or modifying incidents within that orchestration. It's particularly useful when you need to retire an old integration or reconfigure your event management workflow. Be cautious when using this endpoint, as deleting an integration is irreversible and may impact your incident response processes if not properly planned.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_INTEGRATION_FROM_EVENT_ORCHESTRATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of an Event Orchestration."
    },
    "integration_id": {
      "type": "string",
      "title": "Integration Id",
      "description": "The ID of an Integration."
    }
  }
}