PAGERDUTY_DELETE_A_FIELD_OPTION_FOR_A_CUSTOM_FIELD

Delete a field option for a custom field. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. Scoped OAuth requires: `custom_fields.write`

Available from 1 provider (1 remote)

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."
    },
    "type_id_or_name": {
      "type": "string",
      "title": "Type Id Or Name",
      "description": "The ID or name of the Incident Type."
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →