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": "4ef33207-0c60-408c-83f1-b57fd8ad2e6d",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "1c226793-89dd-42f2-b779-990a1dce7437",
"conditioned": "placement",
"position": 1,
"form_field_id": "e9dbda1f-76eb-42e0-b921-e80a050be244",
"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": "4ef33207-0c60-408c-83f1-b57fd8ad2e6d",
"type": "form_field_placement_conditions",
"attributes": {
"form_field_placement_id": "1c226793-89dd-42f2-b779-990a1dce7437",
"conditioned": "placement",
"position": 1,
"form_field_id": "e9dbda1f-76eb-42e0-b921-e80a050be244",
"comparison": "equal",
"values": [
"test"
]
}
}
}