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": "1418281d-02a1-49e7-8c54-bb11095b13cc",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1d1aec83-17dc-4193-ab1f-f978267519be",
"form_field_id": "5897222d-5c69-4e3c-be6c-dd284c126d91",
"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": "1418281d-02a1-49e7-8c54-bb11095b13cc",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1d1aec83-17dc-4193-ab1f-f978267519be",
"form_field_id": "5897222d-5c69-4e3c-be6c-dd284c126d91",
"comparison": "equal",
"values": [
"test"
]
}
}
}