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": "0b3e32f3-085b-42c2-8aab-9eb24c6b0038",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "9000aaf5-3241-4ec5-82c2-243c8778f8cf",
"conditioned": "placement",
"position": 1,
"form_field_id": "6e720191-78bc-4ba8-a7bc-5a0fcbdd8b9c",
"comparison": "equal",
"values": [
"test"
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0b3e32f3-085b-42c2-8aab-9eb24c6b0038",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "9000aaf5-3241-4ec5-82c2-243c8778f8cf",
"conditioned": "placement",
"position": 1,
"form_field_id": "6e720191-78bc-4ba8-a7bc-5a0fcbdd8b9c",
"comparison": "equal",
"values": [
"test"
]
}
}
}