PagerDuty
PAGERDUTY_DELETE_ALERT_GROUPING_SETTING
This endpoint allows you to delete specific alert grouping settings in PagerDuty. It is used to remove outdated or unnecessary configurations that determine how alerts are grouped into incidents. The deletion is permanent and cannot be undone, so it should be used with caution. This operation is particularly useful when updating your incident management strategy or cleaning up unused configurations to maintain an efficient alert grouping system. Note that deleting these settings may affect how future alerts are grouped, potentially impacting your team's incident response workflow.
Remote pagerduty
Other tools also called PAGERDUTY_DELETE_ALERT_GROUPING_SETTING?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
}
}
}