Delete a specific form_set_condition by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9273db3d-34c0-40e8-8011-5c28f3b185c6",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "90478cd4-e41d-43fe-9464-7bfa1a230efd",
"form_field_id": "78181c6c-8f94-4dfc-a09d-a7ed7bed45ed",
"comparison": "equal",
"values": [
"test"
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9273db3d-34c0-40e8-8011-5c28f3b185c6",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "90478cd4-e41d-43fe-9464-7bfa1a230efd",
"form_field_id": "78181c6c-8f94-4dfc-a09d-a7ed7bed45ed",
"comparison": "equal",
"values": [
"test"
]
}
}
}