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": "a9767d6f-a3af-4640-8b8e-6ed54a8ed5ad",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "475e2404-1cf0-48de-b480-1e79f2fb6c47",
"conditioned": "placement",
"position": 1,
"form_field_id": "1cb77748-fab7-4087-a344-5d808810a4b1",
"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": "a9767d6f-a3af-4640-8b8e-6ed54a8ed5ad",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "475e2404-1cf0-48de-b480-1e79f2fb6c47",
"conditioned": "placement",
"position": 1,
"form_field_id": "1cb77748-fab7-4087-a344-5d808810a4b1",
"comparison": "equal",
"values": [
"test"
]
}
}
}