Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
form_field_option deleted
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": "a3296c22-5e09-4a1a-9d3d-b760ff59f930",
"type": "form_field_options",
"attributes": {
"form_field_id": "fec93739-aa50-48f7-b7ad-50b6e475a5e2",
"value": "Quasi eum ex quibusdam.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-13T17:28:50.196-08:00",
"created_at": "2025-11-13T17:28:49.070-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "fec93739-aa50-48f7-b7ad-50b6e475a5e2",
"type": "form_fields"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_option deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a3296c22-5e09-4a1a-9d3d-b760ff59f930",
"type": "form_field_options",
"attributes": {
"form_field_id": "fec93739-aa50-48f7-b7ad-50b6e475a5e2",
"value": "Quasi eum ex quibusdam.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-13T17:28:50.196-08:00",
"created_at": "2025-11-13T17:28:49.070-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "fec93739-aa50-48f7-b7ad-50b6e475a5e2",
"type": "form_fields"
}
}
}
}
}