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": "1429d825-ad08-4599-a482-b3280c8f2d0c",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-01-03T21:24:08.592-08:00",
"updated_at": "2026-01-03T21:24:08.655-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1429d825-ad08-4599-a482-b3280c8f2d0c",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-01-03T21:24:08.592-08:00",
"updated_at": "2026-01-03T21:24:08.655-08:00"
}
}
}