PagerDuty
PAGERDUTY_DELETE_RUNNER_TEAM_ASSOCIATION
This endpoint removes a team's association from a specific Automation Action runner in PagerDuty. It is used to revoke a team's access to execute or manage tasks on a particular runner. The operation is permanent and should be used when you no longer want a team to have access to the runner's capabilities. This action is typically performed for security reasons, organizational changes, or when refining access control within your PagerDuty environment. Note that this endpoint only removes the association; it does not delete the runner or the team themselves.
Remote pagerduty
Other tools also called PAGERDUTY_DELETE_RUNNER_TEAM_ASSOCIATION?
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"
}
}
}