DELETE
/
v1
/
workflow_form_field_conditions
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b9c775c6-a6cb-4302-909d-56be00f01e50",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "e5fab8b5-82d3-4a63-a05c-adc0262dc374",
      "form_field_id": "da0b544b-94bd-4b2c-a41d-718e2f5eb695",
      "incident_condition": "ANY",
      "values": [],
      "selected_group_ids": [],
      "selected_option_ids": [],
      "selected_service_ids": [],
      "selected_functionality_ids": [],
      "selected_user_ids": [],
      "selected_catalog_entity_ids": []
    }
  }
}

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

workflow_form_field_condition deleted

The response is of type object.