Skip to main content
DELETE
/
v1
/
form_set_conditions
/
{id}
Delete a Form Set Condition
curl --request DELETE \
  --url https://api.rootly.com/v1/form_set_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6a21de2c-0b13-4b46-b1ee-8de555eecd36",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "2facd58c-ed7c-4402-8b0b-31bf8d142b00",
      "form_field_id": "f514c539-de7f-495d-b620-db6943d5b29a",
      "comparison": "equal",
      "values": [
        "test"
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

form_set_condition deleted

data
object
required