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": "e8db3417-cbd5-4bbc-b428-fddb5fe119f7",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "131c049b-c1f8-4790-99d0-54ec4343cf07",
      "form_field_id": "0fa359ab-8933-484a-a8aa-7215d868ce0e",
      "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.