PagerDuty

PAGERDUTY_DELETE_CUSTOM_FIELD_BY_FIELD_ID

Deletes a specific custom field from incidents in PagerDuty. This endpoint allows users to remove a custom field that is no longer needed or relevant for incident management. It should be used when you want to permanently delete a custom field from all incidents, both existing and future. The operation is irreversible, so caution should be exercised when using this endpoint. It's important to note that this action will remove the specified custom field and its associated data from all incidents, which could impact reporting and analysis based on that field.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_CUSTOM_FIELD_BY_FIELD_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "field_id": {
      "type": "string",
      "title": "Field Id",
      "description": "The ID of the field."
    }
  }
}