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": "5ef04198-58cf-40f7-8c1d-692fbb14d0ff",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "15473ec1-1d90-4cce-a68e-4fa588f7ade7",
      "form_set_id": "ec070113-07d7-4cc4-8848-2253a631a17e",
      "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