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": "2fd3da8b-6058-4f6d-965e-efa4e0b8b2f1",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "a8018dde-947a-401a-bfb4-c9a308423709",
"form_field_id": "7325e1ca-1278-4c94-8087-e75c8b430752",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2fd3da8b-6058-4f6d-965e-efa4e0b8b2f1",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "a8018dde-947a-401a-bfb4-c9a308423709",
"form_field_id": "7325e1ca-1278-4c94-8087-e75c8b430752",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}