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": "c0f9b4b0-2da9-47a8-89fc-b5a034c040fd",
    "type": "workflow_form_field_conditions",
    "attributes": {
      "workflow_id": "b6149b6d-f139-4eb2-9cd6-70ca96feb1a5",
      "form_field_id": "6644402b-7cd9-4e07-bf27-1e351e645539",
      "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.