Skip to main content
DELETE
/
v1
/
form_field_options
/
{id}
Delete FormField Options
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"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

form_field_option deleted

data
object
required