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": "73eff098-9316-4750-a52c-dd9aa280620c",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "5415deac-29cf-4e7e-a1fe-4a85ed3c29ac",
"conditioned": "placement",
"position": 1,
"form_field_id": "423098a0-b39d-4fd9-ba96-ee7f830fb327",
"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
Unique ID of the form set condition
form_field_placement_conditions Show child attributes
The form field placement this condition applies.
The resource or attribute the condition applies.
placement, required The condition position.
The condition field.
The condition comparison.
equal, not_equal, is_set, is_not_set The values for comparison.
The value for comparison.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "73eff098-9316-4750-a52c-dd9aa280620c",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "5415deac-29cf-4e7e-a1fe-4a85ed3c29ac",
"conditioned": "placement",
"position": 1,
"form_field_id": "423098a0-b39d-4fd9-ba96-ee7f830fb327",
"comparison": "equal",
"values": [
"test"
]
}
}
}