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": "e4797ccc-0f1b-43d8-bb66-29d6768bc82d",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "3b26e61c-8f49-4585-be84-0591e0ebca9f",
"form_field_id": "99456eb0-5fb4-4858-bae7-6bc190585945",
"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": "e4797ccc-0f1b-43d8-bb66-29d6768bc82d",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "3b26e61c-8f49-4585-be84-0591e0ebca9f",
"form_field_id": "99456eb0-5fb4-4858-bae7-6bc190585945",
"comparison": "equal",
"values": [
"test"
]
}
}
}