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": "2cf751f2-4b4c-44eb-a1fe-ca82b28f8925",
    "type": "form_set_conditions",
    "attributes": {
      "form_set_id": "a56eea92-f390-492d-b3f8-7936e47fcc51",
      "form_field_id": "edebf6e7-c084-46b5-8027-d92286228809",
      "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
data
object
required

Was this page helpful?