PagerDuty

PAGERDUTY_DELETE_FIELD_OPTION

This endpoint deletes a specific field option from a custom field in PagerDuty's incident management system. It allows you to remove predefined options that are no longer needed or relevant for incident categorization or data collection. Use this endpoint when you want to update the available options for a custom field by removing outdated or unnecessary choices. Be cautious when using this endpoint, as deleting a field option may impact existing incidents that use this option and could affect reporting or automation based on these custom fields. This operation cannot be undone, so it's advisable to have a backup of your custom field configuration before making changes.

Remote pagerduty

Other tools also called PAGERDUTY_DELETE_FIELD_OPTION? See providers with this name

Input Schema


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