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": "93eed4cc-6d0e-4dcb-961f-70e8607cd8df",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "5a215c5a-c68d-4f23-8243-d3b7d4a6c9c9",
"conditioned": "placement",
"position": 1,
"form_field_id": "1ef93aa4-0308-4ddf-84f1-b9c31615d1b1",
"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": "93eed4cc-6d0e-4dcb-961f-70e8607cd8df",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "5a215c5a-c68d-4f23-8243-d3b7d4a6c9c9",
"conditioned": "placement",
"position": 1,
"form_field_id": "1ef93aa4-0308-4ddf-84f1-b9c31615d1b1",
"comparison": "equal",
"values": [
"test"
]
}
}
}