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": "924f9b01-46c0-4e06-891b-e0674e9fab35",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "2bb01e42-4ffb-4529-991e-9e38e280269d",
"form_field_id": "0d675e9e-b9d2-4f95-8ea9-b204900a58e6",
"comparison": "equal",
"values": [
"test"
]
}
}
}Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "924f9b01-46c0-4e06-891b-e0674e9fab35",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "2bb01e42-4ffb-4529-991e-9e38e280269d",
"form_field_id": "0d675e9e-b9d2-4f95-8ea9-b204900a58e6",
"comparison": "equal",
"values": [
"test"
]
}
}
}