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": "e6b7b3d0-a726-4397-b912-2a4e5d8a8419",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "2da467be-7358-44de-bd4b-35b6043baaf5",
      "form_field_id": "d4087554-0089-4305-9f83-61c44bcb7a7d",
      "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