DELETE
/
v1
/
form_fields
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "0e130857-8b77-4bcd-8c70-5bf1324759d3",
    "type": "form_fields",
    "attributes": {
      "team_id": 89,
      "slug": "debitis-architecto-fuga-voluptates",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Debitis architecto fuga voluptates.",
      "description": "Quia rerum nihil ut.",
      "shown": [],
      "required": [],
      "default_values": [],
      "show_on_incident_details": true,
      "enabled": true,
      "updated_at": "2025-05-08T00:18:31.892-07:00",
      "created_at": "2025-05-08T00:18:26.189-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
string
required

Response

200
application/vnd.api+json
form_field deleted

The response is of type object.