Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
workflow_form_field_condition deleted
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": "9718ed75-b12a-49c4-9b83-76b7323cc4fb",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "c2ccf3a6-0b4a-4ee1-a7e1-2d8748ce4145",
"form_field_id": "5352a76e-7f7c-4028-b94c-1a801ea8cee3",
"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
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9718ed75-b12a-49c4-9b83-76b7323cc4fb",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "c2ccf3a6-0b4a-4ee1-a7e1-2d8748ce4145",
"form_field_id": "5352a76e-7f7c-4028-b94c-1a801ea8cee3",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}