Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
form_set_condition deleted
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": "af18a426-f034-451f-9d47-d2d90eaab005",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "3f7787ad-e333-4955-a7c5-5b5cbd5fb9c3",
"form_field_id": "fcc145c8-61e1-4ee2-9bbc-f8654099821c",
"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
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "af18a426-f034-451f-9d47-d2d90eaab005",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "3f7787ad-e333-4955-a7c5-5b5cbd5fb9c3",
"form_field_id": "fcc145c8-61e1-4ee2-9bbc-f8654099821c",
"comparison": "equal",
"values": [
"test"
]
}
}
}