Skip to main content
DELETE
/
v1
/
form_field_placement_conditions
/
{id}
Delete a Form Set Condition
curl --request DELETE \
  --url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a2d361ab-8f61-412b-a31b-9bc2d1ff4666",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "a3823ec7-9fa0-49be-bdfb-9c9bff272691",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "cad8a617-ac45-4329-a63c-ce35c4dcec4b",
      "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

form_field_placement_condition deleted

data
object
required
I