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": "d5bf7fe3-ce47-4906-9ab8-b39bbed16d07",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "2c142a09-fff8-4e8f-8107-8617f20cac07",
      "value": "Modi fugiat accusamus earum.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-07-17T10:41:11.879-07:00",
      "created_at": "2025-07-17T10:41:09.620-07:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "2c142a09-fff8-4e8f-8107-8617f20cac07",
          "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

200
application/vnd.api+json

form_field_option deleted

The response is of type object.