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": "93f5ce92-0927-45ef-b178-a039ee352f95",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "b5833861-6eaf-48e6-8664-9cb213d4cd98",
      "value": "Qui quis dicta placeat.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-11-27T00:07:32.824-08:00",
      "created_at": "2025-11-27T00:07:31.291-08:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "b5833861-6eaf-48e6-8664-9cb213d4cd98",
          "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