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": "93eed4cc-6d0e-4dcb-961f-70e8607cd8df",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "5a215c5a-c68d-4f23-8243-d3b7d4a6c9c9",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "1ef93aa4-0308-4ddf-84f1-b9c31615d1b1",
      "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