Skip to main content
DELETE
/
v1
/
incident_form_field_selections
/
{id}
Delete an incident form field selection
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_form_field_selections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e1888282-0dca-4f44-8fc0-1a6aec845a33",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "98a53a04-15c6-4451-a21e-ee12b637cd14",
      "custom_field_id": 179,
      "form_field_id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
      "form_field": {
        "id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
        "team_id": 309,
        "slug": "ut-necessitatibus-excepturi-nam",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Ut necessitatibus excepturi nam.",
        "description": "Molestiae voluptatum dolor molestias.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2026-02-06T20:48:34.831-08:00",
        "created_at": "2026-02-06T20:48:34.831-08:00",
        "options": [
          {
            "id": "0e7a7187-c51a-43f1-a3fb-27ff38bf8cd9",
            "form_field_id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
            "value": "Expedita cum sit aspernatur.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2026-02-06T20:48:34.848-08:00",
            "created_at": "2026-02-06T20:48:34.848-08:00"
          },
          {
            "id": "e88001c8-fd5c-422d-b0b7-9d993e244833",
            "form_field_id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
            "value": "Rerum molestiae itaque iste.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2026-02-06T20:48:34.850-08:00",
            "created_at": "2026-02-06T20:48:34.850-08:00"
          }
        ],
        "positions": [
          {
            "id": "f82e6219-87cf-4353-b8bc-93e1e3770f34",
            "form_field_id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "90353a45-7eb0-4d61-a062-5e6864764612",
            "form_field_id": "b34f6b7a-eb5d-4c64-a129-73a41ffa9ba0",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Sapiente tempora non quas.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Sapiente tempora non quas."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Sapiente tempora non quas."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Sapiente tempora non quas."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Sapiente tempora non quas."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Sapiente tempora non quas."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Sapiente tempora non quas."
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_form_field_selection deleted

data
object
required