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": "3a645547-7390-421e-bee5-70d993957fe7",
"type": "form_field_options",
"attributes": {
"form_field_id": "68c93676-5ed7-4c12-9b63-5c8f7b0ba882",
"value": "Voluptatem minus qui reprehenderit.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-14T12:57:51.333-08:00",
"created_at": "2026-01-14T12:57:50.298-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "68c93676-5ed7-4c12-9b63-5c8f7b0ba882",
"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": "3a645547-7390-421e-bee5-70d993957fe7",
"type": "form_field_options",
"attributes": {
"form_field_id": "68c93676-5ed7-4c12-9b63-5c8f7b0ba882",
"value": "Voluptatem minus qui reprehenderit.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-14T12:57:51.333-08:00",
"created_at": "2026-01-14T12:57:50.298-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "68c93676-5ed7-4c12-9b63-5c8f7b0ba882",
"type": "form_fields"
}
}
}
}
}