DELETE
/
v1
/
form_set_conditions
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/form_set_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e1834ccb-f121-433c-a3a4-b996f2c0cc7a",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "a9b0216b-974b-4a17-b394-911d0f82e3b7",
      "form_field_id": "4fc3ef0d-7d15-4604-bed4-f2aefeea04f9",
      "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

200
application/vnd.api+json
form_set_condition deleted

The response is of type object.