DELETE
/
v1
/
form_field_placement_conditions
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "16d66564-88a0-4e6f-9a33-d42e81690d16",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "e597cb1d-d8af-40a0-a68e-16d42ffa6356",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "c64da366-9769-416c-ade9-9163b15260a0",
      "comparison": "equal",
      "values": [
        "test"
      ]
    }
  }
}

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_placement_condition deleted

The response is of type object.