Delete a specific form_field_placement by id
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2d18207a-5602-4e16-9ba4-fd450a45ca7e",
"type": "form_field_placements",
"attributes": {
"form_field_id": "0e203a59-87ed-46be-93cf-72b41f06816b",
"form_set_id": "abbcd868-cc4d-45ca-8b76-a32160d10094",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2d18207a-5602-4e16-9ba4-fd450a45ca7e",
"type": "form_field_placements",
"attributes": {
"form_field_id": "0e203a59-87ed-46be-93cf-72b41f06816b",
"form_set_id": "abbcd868-cc4d-45ca-8b76-a32160d10094",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}