Skip to main content
DELETE
/
v1
/
form_field_positions
/
{id}
Delete a FormFieldPosition
curl --request DELETE \
  --url https://api.rootly.com/v1/form_field_positions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4af9f333-9eea-4fb8-9d37-a51cda2e63a2",
    "type": "form_field_positions",
    "attributes": {
      "form_field_id": "184cfa04-f59a-47b5-b776-c6e2dd432cf8",
      "form": "web_update_incident_form",
      "position": 1
    }
  }
}

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

form_field_position deleted

data
object
required