Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
form_field_placement_condition deleted
Delete a specific form_field_placement_condition by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a49eb353-ba67-4de4-848e-7d94304fd637",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "06e0c59f-bd55-45fd-a6e3-9b6a17c16aea",
"conditioned": "placement",
"position": 1,
"form_field_id": "2d8cfffb-128f-4b73-98a3-76d19d82b8a7",
"comparison": "equal",
"values": [
"test"
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_placement_condition deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placement_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a49eb353-ba67-4de4-848e-7d94304fd637",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "06e0c59f-bd55-45fd-a6e3-9b6a17c16aea",
"conditioned": "placement",
"position": 1,
"form_field_id": "2d8cfffb-128f-4b73-98a3-76d19d82b8a7",
"comparison": "equal",
"values": [
"test"
]
}
}
}