Skip to main content
DELETE
/
v1
/
alert_fields
/
{id}
Delete an alert field
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "251304f9-a7c8-4eec-ab2d-e35815967abe",
    "type": "alert_fields",
    "attributes": {
      "slug": "alert-field-12",
      "name": "Alert Field 12",
      "kind": "custom",
      "created_at": "2025-10-14T04:25:12.420-07:00",
      "updated_at": "2025-10-14T04:25:12.575-07:00"
    }
  }
}

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

custom alert field deleted successfully

data
object
required
I