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": "6a58c148-d6c6-4819-82b6-b429e141aed5",
    "type": "form_field_placement_conditions",
    "attributes": {
      "form_field_placement_id": "2906be73-5656-482f-bad4-3b2ee06d5b4a",
      "conditioned": "placement",
      "position": 1,
      "form_field_id": "efa7e99f-8ae7-401e-82a6-4caee7e19d25",
      "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.