PAGERDUTY_DELETE_INCIDENT_WORKFLOW_TRIGGER_SERVICE
This endpoint removes a specific service from a trigger within an incident workflow in PagerDuty. It is used to modify the configuration of an existing incident workflow by disassociating a service from a particular trigger. This action is useful when you need to update the automation rules or remove a service from the automated response process for certain incidents. The endpoint requires both the trigger ID and the service ID to be specified in the URL path. Upon successful execution, the specified service will no longer be associated with the trigger, affecting future incident workflow executions. This operation cannot be undone, so it should be used with caution to avoid disrupting critical incident management processes.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"service_id": {
"type": "string",
"title": "Service Id",
"description": "Identifier for the Service"
},
"trigger_id": {
"type": "string",
"title": "Trigger Id",
"description": "Identifier for the Trigger"
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty