Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
form_field_placement deleted
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": "e3a10ae1-f374-4739-b467-a9820e409b4a",
"type": "form_field_placements",
"attributes": {
"form_field_id": "55b824cb-aa8c-46c2-84d0-6a4411716af8",
"form_set_id": "19584e45-ba17-4bfc-9281-7791648586ac",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
form_field_placement deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "e3a10ae1-f374-4739-b467-a9820e409b4a",
"type": "form_field_placements",
"attributes": {
"form_field_id": "55b824cb-aa8c-46c2-84d0-6a4411716af8",
"form_set_id": "19584e45-ba17-4bfc-9281-7791648586ac",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": false
}
}
}