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": "d1864b6f-ded3-4edd-8b8e-7098c82a1c2b",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "c3068a08-9f46-418d-96ef-33e9f44a033c",
      "form_field_id": "5fd2ca3e-5135-4db8-a447-a45bf1628b81",
      "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.