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": "e4c177d8-9b6a-4599-97c0-ee683ab9091d",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "64bb7ca7-09da-42c4-bf20-21e0ec44d57c",
"form_field_id": "0fb9389c-12be-441d-90ec-5139796b79f0",
"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": "e4c177d8-9b6a-4599-97c0-ee683ab9091d",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "64bb7ca7-09da-42c4-bf20-21e0ec44d57c",
"form_field_id": "0fb9389c-12be-441d-90ec-5139796b79f0",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}