PagerDuty
PAGERDUTY_DELETE_POST_UPDATE_BY_ID
This endpoint deletes a specific post update from a status page post in PagerDuty. It allows users to remove outdated or incorrect information from a status page, ensuring that only relevant and accurate updates are displayed. The endpoint should be used when an organization needs to retract or remove a previously published update on their status page. It's important to note that this action is permanent and cannot be undone, so it should be used with caution. This endpoint is particularly useful for maintaining the accuracy and relevance of status page communications during incident management or scheduled maintenance periods.
Remote pagerduty
Other tools also called PAGERDUTY_DELETE_POST_UPDATE_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"post_id": {
"type": "string",
"title": "Post Id",
"description": "The ID of the Status Page Post."
},
"post_update_id": {
"type": "string",
"title": "Post Update Id",
"description": "The ID of the Status Page Post Update."
}
}
}