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": "b80f7829-7bc2-4a5d-89ad-0aa6dbf86eb5",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "ee9dd2ef-33f2-4e65-97b0-89e01ba9e1ca",
"form_field_id": "e7babd09-bb0b-4b93-ab10-5e388ab86805",
"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": "b80f7829-7bc2-4a5d-89ad-0aa6dbf86eb5",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "ee9dd2ef-33f2-4e65-97b0-89e01ba9e1ca",
"form_field_id": "e7babd09-bb0b-4b93-ab10-5e388ab86805",
"comparison": "equal",
"values": [
"test"
]
}
}
}