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": "4def2d9f-f96e-4437-bd3f-46849e075a8d",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1a072179-8652-42ac-861c-64bdee8c1a0d",
"form_field_id": "9b880591-77a0-4326-ae98-0e555c411784",
"comparison": "equal",
"values": [
"test"
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_set_condition deleted
Show child attributes
Unique ID of the form set condition
form_set_conditions Show child attributes
The form set this condition applies.
The form field this condition applies.
The condition comparison.
equal The values for comparison.
The value for comparison.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4def2d9f-f96e-4437-bd3f-46849e075a8d",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1a072179-8652-42ac-861c-64bdee8c1a0d",
"form_field_id": "9b880591-77a0-4326-ae98-0e555c411784",
"comparison": "equal",
"values": [
"test"
]
}
}
}