Delete a specific form_field_option by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "387427bf-bcf5-4770-b899-5b972164790c",
"type": "form_field_options",
"attributes": {
"form_field_id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
"value": "Voluptas impedit quis qui.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-03T23:24:21.013-08:00",
"created_at": "2026-02-03T23:24:20.140-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
"type": "form_fields"
}
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "387427bf-bcf5-4770-b899-5b972164790c",
"type": "form_field_options",
"attributes": {
"form_field_id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
"value": "Voluptas impedit quis qui.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-03T23:24:21.013-08:00",
"created_at": "2026-02-03T23:24:20.140-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
"type": "form_fields"
}
}
}
}
}