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": "c7355452-23da-48e1-af7e-20ceb0c3c88f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "5dccc828-8d60-4247-8c6d-9f6df5d3175b",
"form_set_id": "bbb70418-5fec-4f89-8d31-6614a61eb9cd",
"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": "c7355452-23da-48e1-af7e-20ceb0c3c88f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "5dccc828-8d60-4247-8c6d-9f6df5d3175b",
"form_set_id": "bbb70418-5fec-4f89-8d31-6614a61eb9cd",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}