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": "f989bf54-b40b-474d-9365-cab2e2839f99",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "df8b0649-34d8-4622-a88f-4ba1aa648c4b",
      "form_field_id": "f0b38bd0-573f-4f80-90bd-426cfc633624",
      "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": "f989bf54-b40b-474d-9365-cab2e2839f99",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "df8b0649-34d8-4622-a88f-4ba1aa648c4b",
      "form_field_id": "f0b38bd0-573f-4f80-90bd-426cfc633624",
      "comparison": "equal",
      "values": [
        "test"
      ]
    }
  }
}