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": "37953071-896e-4a74-b79d-0b5d52af7a4b",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "f33c402d-a5fa-428c-b8cc-8ec61a4c8b9f",
"form_field_id": "67f09a34-2cec-4e64-9256-3bcf306b7803",
"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": "37953071-896e-4a74-b79d-0b5d52af7a4b",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "f33c402d-a5fa-428c-b8cc-8ec61a4c8b9f",
"form_field_id": "67f09a34-2cec-4e64-9256-3bcf306b7803",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}