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": "491c8793-0440-412b-bde8-9eda85988d47",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "7651f6e7-0b65-422b-a65b-052a7b6981d1",
      "form_set_id": "c7441270-a396-4323-9134-85518fcf56a6",
      "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": "491c8793-0440-412b-bde8-9eda85988d47",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "7651f6e7-0b65-422b-a65b-052a7b6981d1",
      "form_set_id": "c7441270-a396-4323-9134-85518fcf56a6",
      "form": "web_new_incident_form",
      "position": 1,
      "required": false,
      "placement_operator": "and",
      "required_operator": "and",
      "non_editable": false
    }
  }
}