[DEPRECATED] Use form field endpoints instead. Delete a specific Custom Field Option by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "custom_field_options",
"attributes": {
"custom_field_id": 127,
"value": "Et quia dolore a.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T21:23:29.754-08:00",
"created_at": "2025-12-05T21:23:28.937-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
custom_field_option deleted
Show child attributes
Unique ID of the custom_field_option
custom_field_options Show child attributes
The value of the custom_field_option
The hex color of the custom_field_option
The position of the custom_field_option
Date of creation
Date of last update
The ID of the parent custom field
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "custom_field_options",
"attributes": {
"custom_field_id": 127,
"value": "Et quia dolore a.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T21:23:29.754-08:00",
"created_at": "2025-12-05T21:23:28.937-08:00"
}
}
}