Skip to main content
DELETE
/
v1
/
alert_groups
/
{id}
Delete an alert group
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": []
    }
  }
}

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

alert group deleted

data
object
required