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": "3129abfb-d644-48b7-9a5f-c80b87ed54fa",
    "type": "form_fields",
    "attributes": {
      "team_id": 133,
      "slug": "voluptatem-pariatur-aspernatur-recusandae",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Voluptatem pariatur aspernatur recusandae.",
      "description": "Exercitationem consequuntur provident sit.",
      "shown": [],
      "required": [],
      "default_values": [],
      "show_on_incident_details": true,
      "enabled": true,
      "updated_at": "2025-10-07T10:06:39.998-07:00",
      "created_at": "2025-10-07T10:06:34.901-07: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
I