Skip to main content
DELETE
/
v1
/
workflow_form_field_conditions
/
{id}
Delete a workflow_form field condition
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a1b7dfe3-b0ff-4ead-8b5f-c3f4d502ff44",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "0ead4df4-8d35-40c8-863d-3b9e52dbc638",
      "form_field_id": "92d89a3f-c9e2-4fb1-8510-690dfcb46817",
      "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

workflow_form_field_condition deleted

data
object
required