DELETE
/
v1
/
form_field_options
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/form_field_options/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f294bc28-26a1-48bf-a174-4aac587b4962",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "0ca89f09-cd62-4bd0-a12b-891c6ce33b9a",
      "value": "Corporis est quidem harum.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-07-08T03:42:31.103-07:00",
      "created_at": "2025-07-08T03:42:29.440-07:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "0ca89f09-cd62-4bd0-a12b-891c6ce33b9a",
          "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.