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": "d1474ce4-44d2-40eb-8ff5-dc0f49dd6cfc",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "e2d17412-c5f0-4ea1-af95-88adfa680f59",
"form_field_id": "23abc271-6692-4774-9f01-2872c37b78da",
"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": "d1474ce4-44d2-40eb-8ff5-dc0f49dd6cfc",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "e2d17412-c5f0-4ea1-af95-88adfa680f59",
"form_field_id": "23abc271-6692-4774-9f01-2872c37b78da",
"comparison": "equal",
"values": [
"test"
]
}
}
}