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": "87aad68a-324c-4f0c-b048-504e465a8f61",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "c115ad1f-21a1-41f2-9704-219be79e5715",
"conditioned": "placement",
"position": 1,
"form_field_id": "5b3b8f93-e5c6-493f-aa16-e04ea08329d2",
"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": "87aad68a-324c-4f0c-b048-504e465a8f61",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "c115ad1f-21a1-41f2-9704-219be79e5715",
"conditioned": "placement",
"position": 1,
"form_field_id": "5b3b8f93-e5c6-493f-aa16-e04ea08329d2",
"comparison": "equal",
"values": [
"test"
]
}
}
}