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": "2444ee5e-27a2-46e2-9cad-df488f87b75f",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-01-25T11:01:31.789-08:00",
"updated_at": "2026-01-25T11:01:31.845-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2444ee5e-27a2-46e2-9cad-df488f87b75f",
"type": "alert_fields",
"attributes": {
"slug": "alert-field-12",
"name": "Alert Field 12",
"kind": "custom",
"created_at": "2026-01-25T11:01:31.789-08:00",
"updated_at": "2026-01-25T11:01:31.845-08:00"
}
}
}