Delete a specific incident form field selection by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e23a5ab7-525f-40de-9e1f-8ed375ad0f8d",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "d41835d0-f870-49b1-8cb3-e8366c58e6d0",
"custom_field_id": 179,
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form_field": {
"id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"team_id": 315,
"slug": "dolores-et-cupiditate-magnam",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Dolores et cupiditate magnam.",
"description": "Impedit sed consequatur explicabo.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-09T13:13:33.185-08:00",
"created_at": "2026-02-09T13:13:33.185-08:00",
"options": [
{
"id": "468dbe6e-fd4b-4a40-bd60-d639a527bbe6",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"value": "Consequatur qui commodi est.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-09T13:13:33.206-08:00",
"created_at": "2026-02-09T13:13:33.206-08:00"
},
{
"id": "41099c71-2fe0-47b6-8888-f62a8a5e0664",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"value": "Vel in rerum explicabo.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-09T13:13:33.208-08:00",
"created_at": "2026-02-09T13:13:33.208-08:00"
}
],
"positions": [
{
"id": "294f0589-60e7-481d-9a0d-0a1ab263dacf",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "07ceea23-2575-4bbe-a0b0-f886c25963d4",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Neque aut aliquid repellendus.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Neque aut aliquid repellendus."
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e23a5ab7-525f-40de-9e1f-8ed375ad0f8d",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "d41835d0-f870-49b1-8cb3-e8366c58e6d0",
"custom_field_id": 179,
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form_field": {
"id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"team_id": 315,
"slug": "dolores-et-cupiditate-magnam",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Dolores et cupiditate magnam.",
"description": "Impedit sed consequatur explicabo.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2026-02-09T13:13:33.185-08:00",
"created_at": "2026-02-09T13:13:33.185-08:00",
"options": [
{
"id": "468dbe6e-fd4b-4a40-bd60-d639a527bbe6",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"value": "Consequatur qui commodi est.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-09T13:13:33.206-08:00",
"created_at": "2026-02-09T13:13:33.206-08:00"
},
{
"id": "41099c71-2fe0-47b6-8888-f62a8a5e0664",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"value": "Vel in rerum explicabo.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2026-02-09T13:13:33.208-08:00",
"created_at": "2026-02-09T13:13:33.208-08:00"
}
],
"positions": [
{
"id": "294f0589-60e7-481d-9a0d-0a1ab263dacf",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "07ceea23-2575-4bbe-a0b0-f886c25963d4",
"form_field_id": "27d4066f-a1d5-4631-b332-6a1715af97e8",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Neque aut aliquid repellendus.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Neque aut aliquid repellendus."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Neque aut aliquid repellendus."
}
}
}
}