Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
form_field_placement_condition deleted
Delete a specific form_field_placement_condition by id
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"
]
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
form_field_placement_condition deleted
Show child attributes
Was this page helpful?
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"
]
}
}
}