PagerDuty

PAGERDUTY_DELETE_POST_FROM_STATUS_PAGE

This endpoint deletes a specific post from a PagerDuty status page. It is used to remove outdated or irrelevant information from a status page, helping to maintain clear and accurate communication with users about service status. The operation is irreversible, so it should be used with caution. This endpoint is particularly useful for cleaning up resolved incidents or removing erroneous updates. It does not provide any ability to modify or retrieve post content; it only removes the specified post entirely from the status page.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_POST_FROM_STATUS_PAGE? 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."
    }
  }
}