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.
Available from 1 provider (1 remote)
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."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty