Delete a specific alert group by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0cfc68b7-bc42-4cf5-b3c7-241f9ab3d160",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": "2026-02-09T22:10:41.762-08:00",
"created_at": "2026-02-09T22:10:40.765-08:00",
"updated_at": "2026-02-09T22:10:41.762-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [],
"attributes": []
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "0cfc68b7-bc42-4cf5-b3c7-241f9ab3d160",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": "2026-02-09T22:10:41.762-08:00",
"created_at": "2026-02-09T22:10:40.765-08:00",
"updated_at": "2026-02-09T22:10:41.762-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [],
"attributes": []
}
}
}