PagerDuty
PAGERDUTY_DELETE_USER_CONTACT_METHOD
Deletes a specific contact method associated with a user in PagerDuty. This endpoint should be used when you need to remove an outdated or unnecessary contact method from a user's profile. It permanently removes the specified contact method, so use with caution. This operation cannot be undone. Ensure that the user has at least one remaining contact method after deletion to maintain their ability to receive notifications. This endpoint is particularly useful for maintaining up-to-date user profiles and streamlining communication channels.
Remote pagerduty
Other tools also called PAGERDUTY_DELETE_USER_CONTACT_METHOD?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"contact_method_id": {
"type": "string",
"title": "Contact Method Id",
"description": "The contact method ID on the user."
}
}
}