Skip to main content
DELETE
/
v1
/
form_fields
/
{id}
Delete a Form Field
curl --request DELETE \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "d4610ee3-e7d7-4e54-ac23-af5422097822",
    "type": "form_fields",
    "attributes": {
      "team_id": 176,
      "slug": "assumenda-aspernatur-vero-voluptatum",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Assumenda aspernatur vero voluptatum.",
      "description": "Dolores porro repellat provident.",
      "shown": [],
      "required": [],
      "default_values": [],
      "show_on_incident_details": true,
      "enabled": true,
      "updated_at": "2025-11-27T00:07:48.888-08:00",
      "created_at": "2025-11-27T00:07:44.301-08:00"
    },
    "relationships": {
      "options": {
        "data": []
      },
      "positions": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

form_field deleted

data
object
required