PagerDuty
PAGERDUTY_DELETE_STATUS_UPDATE_NOTIFICATION_RULE
Deletes a specific status update notification rule associated with a user in the PagerDuty system. This endpoint allows administrators or users with appropriate permissions to remove custom notification rules for status updates, helping to manage and streamline the user's notification preferences. It should be used when a particular status update notification rule is no longer needed or requires removal from the user's settings. The operation is irreversible, so caution should be exercised when invoking this endpoint. It's important to note that this endpoint only removes the specified rule and does not affect other notification rules or user settings.
Other tools also called PAGERDUTY_DELETE_STATUS_UPDATE_NOTIFICATION_RULE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"status_update_notification_rule_id": {
"type": "string",
"title": "Status Update Notification Rule Id",
"description": "The status update notification rule ID on the user."
}
}
}