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": "f1e10597-61da-4f60-8ad9-e424eafba25b",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "b11788be-6e5f-4675-b536-64fcfabd4412",
      "form_set_id": "6afa4697-15e5-4bf2-8adb-4ffe40b92e95",
      "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

The response is of type object.