Delete a specific workflow form field condition by id
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "756d7b2c-5107-4357-af35-21286938c7ac",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "316de899-b208-433f-9136-4946a98ac296",
"form_field_id": "3dcb6487-e0b7-4bc9-a086-e0332ae33307",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
workflow_form_field_condition deleted
Show child attributes
Unique ID of the workflow_form_field_condition
workflow_form_field_conditions Show child attributes
The workflow for this condition
The custom field for this condition
The trigger condition
IS, ANY, CONTAINS, CONTAINS_ALL, CONTAINS_NONE, NONE, SET, UNSET The selected catalog entities for select and multi_select kinds
The selected option id for select and multi_select kinds
The selected user id for select and multi_select kinds
The value to associate with the custom field trigger
The selected functionalities for select and multi_select kinds
The selected groups (teams) for select and multi_select kinds
The selected services for select and multi_select kinds
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "756d7b2c-5107-4357-af35-21286938c7ac",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "316de899-b208-433f-9136-4946a98ac296",
"form_field_id": "3dcb6487-e0b7-4bc9-a086-e0332ae33307",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}