DELETE
/
v1
/
alert_fields
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e84b6c32-7e9a-4092-afcd-f8547de19bca",
    "type": "alert_fields",
    "attributes": {
      "slug": "alert-field-1",
      "name": "Alert Field 1",
      "kind": "custom",
      "created_at": "2025-06-11T15:10:20.523-07:00",
      "updated_at": "2025-06-11T15:10:25.638-07:00"
    }
  }
}

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

alert field deleted

The response is of type object.