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": "fb0f24b3-6537-4bb5-a7cf-e11db04f45e1",
"type": "form_field_options",
"attributes": {
"form_field_id": "6bd41c32-c30c-49c9-a749-e594fb093d2e",
"value": "Molestias esse suscipit quibusdam.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T05:22:32.128-08:00",
"created_at": "2025-12-05T05:22:30.200-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "6bd41c32-c30c-49c9-a749-e594fb093d2e",
"type": "form_fields"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_option deleted
Show child attributes
Unique ID of the form field option
form_field_options Show child attributes
The value of the form field option
The hex color of the form field option
The position of the form field option
Date of creation
Date of last update
Unique ID of the form field option
The ID of the parent custom field
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fb0f24b3-6537-4bb5-a7cf-e11db04f45e1",
"type": "form_field_options",
"attributes": {
"form_field_id": "6bd41c32-c30c-49c9-a749-e594fb093d2e",
"value": "Molestias esse suscipit quibusdam.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T05:22:32.128-08:00",
"created_at": "2025-12-05T05:22:30.200-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "6bd41c32-c30c-49c9-a749-e594fb093d2e",
"type": "form_fields"
}
}
}
}
}