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": "<string>",
"type": "form_field_options",
"attributes": {
"value": "<string>",
"color": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"id": "<string>",
"form_field_id": "<string>",
"default": true
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "form_field_options",
"attributes": {
"value": "<string>",
"color": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"id": "<string>",
"form_field_id": "<string>",
"default": true
}
}
}