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": "a59f8f40-b7cc-4a23-a96c-165fed47bb71",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "cfc17185-429d-4b0a-9233-40af6c6cf410",
      "form_set_id": "4bb46ec4-8d15-483c-8500-98b382811c8a",
      "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.