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": "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"
        }
      }
    }
  }
}

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