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": "f5921553-28e0-4f0a-a501-a62449824976",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "c5b5ee71-2f79-43f5-8764-45c3991b526f",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "e4b20982-0d3c-479b-bc25-52c5c8854470",
      "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
data
object
required