PagerDuty

PAGERDUTY_DELETE_WORKFLOW_INTEGRATION_CONNECTION

Delete a Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.write`

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_WORKFLOW_INTEGRATION_CONNECTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "integration_id": {
      "type": "string",
      "title": "Integration Id",
      "description": "The ID of the Workflow Integration"
    }
  }
}