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": "387427bf-bcf5-4770-b899-5b972164790c",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
      "value": "Voluptas impedit quis qui.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2026-02-03T23:24:21.013-08:00",
      "created_at": "2026-02-03T23:24:20.140-08:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "23be4a4a-ba09-402b-a98b-39f4fc9d58eb",
          "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