Delete a specific alert field by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d8674f25-a304-4b5a-b8bf-ad9bd969ad88",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-02-13T18:03:32.972-08:00",
"updated_at": "2026-02-13T18:03:33.050-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d8674f25-a304-4b5a-b8bf-ad9bd969ad88",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-02-13T18:03:32.972-08:00",
"updated_at": "2026-02-13T18:03:33.050-08:00"
}
}
}