PagerDuty

PAGERDUTY_DELETE_TEAM_FROM_AUTOMATION_ACTION

This endpoint removes a specific team's access to an Automation Action in PagerDuty. It's used to revoke permissions when a team no longer needs to use or should not have access to a particular Automation Action. This operation is permanent and cannot be undone through this endpoint. It should be used carefully, as it will immediately prevent the specified team from executing the Automation Action. This endpoint is particularly useful for managing access control and ensuring that only authorized teams can perform certain automated tasks.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_TEAM_FROM_AUTOMATION_ACTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "team_id": {
      "type": "string",
      "title": "Team Id",
      "description": "The team ID"
    }
  }
}