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": "21de3d60-4cdb-44b8-8ce9-35418e58e677",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "f200ac66-f834-4462-98b1-d520d185f944",
      "value": "Deleniti et consectetur dicta.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-05-29T17:42:07.427-07:00",
      "created_at": "2025-05-29T17:42:05.461-07:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "f200ac66-f834-4462-98b1-d520d185f944",
          "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.