DELETE
/
v1
/
form_field_placements
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/form_field_placements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9e8ada40-1641-4eb8-bd51-12a87cdae2d0",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "7a633066-3339-42fe-8429-4d0026f31c7e",
      "form_set_id": "c41382be-db93-4881-8683-ac7c6393c71d",
      "form": "web_new_incident_form",
      "position": 1,
      "required": false,
      "placement_operator": "and",
      "required_operator": "and"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
form_field_placement deleted
data
object
required