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": "0574874b-8fab-4d84-8ee4-33e7edb1e5f1",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "f9525f8b-c081-44f0-ae76-350091048e1d",
"conditioned": "placement",
"position": 1,
"form_field_id": "46e359f1-c412-4381-88d7-9612e8527692",
"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": "0574874b-8fab-4d84-8ee4-33e7edb1e5f1",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "f9525f8b-c081-44f0-ae76-350091048e1d",
"conditioned": "placement",
"position": 1,
"form_field_id": "46e359f1-c412-4381-88d7-9612e8527692",
"comparison": "equal",
"values": [
"test"
]
}
}
}