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": "413314f0-c750-4a9b-859c-ea02768b5e23",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "93b63ab3-df0d-4215-952c-65174db919e3",
"custom_field_id": 176,
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form_field": {
"id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"team_id": 257,
"slug": "et-sed-est-corrupti",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Et sed est corrupti.",
"description": "Eos rem incidunt perspiciatis.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-04T10:24:15.767-08:00",
"created_at": "2025-12-04T10:24:15.767-08:00",
"options": [
{
"id": "0dcbb26e-8762-499c-8e6b-cb1e9b6367da",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"value": "Beatae occaecati assumenda voluptas.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-04T10:24:15.793-08:00",
"created_at": "2025-12-04T10:24:15.793-08:00"
},
{
"id": "a521f533-5fa5-45e1-aba5-98cf3d99f775",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"value": "Aut facere dolor libero.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-04T10:24:15.797-08:00",
"created_at": "2025-12-04T10:24:15.797-08:00"
}
],
"positions": [
{
"id": "5fd72687-44c3-416a-91cf-28d057bfd7b1",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "82ae42ee-6e08-441b-899c-91a2f03ca97d",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Illo ut repellat exercitationem.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Illo ut repellat exercitationem."
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_form_field_selection deleted
Show child attributes
Unique ID of the incident_form_field_selection
incident_form_field_selections Show child attributes
The custom field for this selection
The selected value for text kind custom fields
The selected catalog entities for select and multi_select kinds
The selected groups (teams) for select and multi_select kinds
The selected options for select and multi_select kinds
The selected services for select and multi_select kinds
The selected functionalities for select and multi_select kinds
The selected users for select and multi_select kinds
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "413314f0-c750-4a9b-859c-ea02768b5e23",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "93b63ab3-df0d-4215-952c-65174db919e3",
"custom_field_id": 176,
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form_field": {
"id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"team_id": 257,
"slug": "et-sed-est-corrupti",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Et sed est corrupti.",
"description": "Eos rem incidunt perspiciatis.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-04T10:24:15.767-08:00",
"created_at": "2025-12-04T10:24:15.767-08:00",
"options": [
{
"id": "0dcbb26e-8762-499c-8e6b-cb1e9b6367da",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"value": "Beatae occaecati assumenda voluptas.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-04T10:24:15.793-08:00",
"created_at": "2025-12-04T10:24:15.793-08:00"
},
{
"id": "a521f533-5fa5-45e1-aba5-98cf3d99f775",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"value": "Aut facere dolor libero.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-04T10:24:15.797-08:00",
"created_at": "2025-12-04T10:24:15.797-08:00"
}
],
"positions": [
{
"id": "5fd72687-44c3-416a-91cf-28d057bfd7b1",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "82ae42ee-6e08-441b-899c-91a2f03ca97d",
"form_field_id": "adf22e21-be90-4ef2-a133-5cfa616aeb1e",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Illo ut repellat exercitationem.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Illo ut repellat exercitationem."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Illo ut repellat exercitationem."
}
}
}
}