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": "e4797ccc-0f1b-43d8-bb66-29d6768bc82d",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "3b26e61c-8f49-4585-be84-0591e0ebca9f",
      "form_field_id": "99456eb0-5fb4-4858-bae7-6bc190585945",
      "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