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": "32f9e340-f56e-47c5-9bac-bb624f542f16",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "bc55e533-c52b-4753-b646-e69bebef6f77",
      "custom_field_id": 182,
      "form_field_id": "5bcc344b-d71a-4013-897c-afe632765bb5",
      "form_field": {
        "id": "5bcc344b-d71a-4013-897c-afe632765bb5",
        "team_id": 380,
        "slug": "dolore-doloribus-earum-impedit",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Dolore doloribus earum impedit.",
        "description": "Et maxime minima sit.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2026-02-18T18:57:32.298-08:00",
        "created_at": "2026-02-18T18:57:32.298-08:00",
        "options": [
          {
            "id": "caa3ccfe-81a6-4cd7-b0f7-0c0bdc2a2ce2",
            "form_field_id": "5bcc344b-d71a-4013-897c-afe632765bb5",
            "value": "Quo beatae voluptatem aliquam.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2026-02-18T18:57:32.317-08:00",
            "created_at": "2026-02-18T18:57:32.317-08:00"
          },
          {
            "id": "b3c1b15d-80f3-4f77-b1d2-bee07e543cb9",
            "form_field_id": "5bcc344b-d71a-4013-897c-afe632765bb5",
            "value": "Ullam inventore maiores mollitia.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2026-02-18T18:57:32.320-08:00",
            "created_at": "2026-02-18T18:57:32.320-08:00"
          }
        ],
        "positions": [
          {
            "id": "728ed568-56af-4a4a-87a5-c6f4cf0efd0c",
            "form_field_id": "5bcc344b-d71a-4013-897c-afe632765bb5",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "52fc13ec-707c-4b95-9c06-e92fd1495e02",
            "form_field_id": "5bcc344b-d71a-4013-897c-afe632765bb5",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Aliquid culpa impedit laudantium.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_environment_ids": [],
      "selected_environments": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_cause_ids": [],
      "selected_causes": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      },
      "selected_incident_type_ids": [],
      "selected_incident_types": {
        "id": null,
        "value": "Aliquid culpa impedit laudantium."
      }
    }
  }
}

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