DELETE
/
v1
/
alert_groups
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "33058dcb-e90b-408e-8063-2563b501dc14",
    "type": "alert_groups",
    "attributes": {
      "name": "123 test group",
      "slug": "123-test-group",
      "description": null,
      "time_window": 10,
      "condition_type": "any",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "deleted_at": "2025-03-20T17:47:04.926-07:00",
      "created_at": "2025-03-20T17:47:02.207-07:00",
      "updated_at": "2025-03-20T17:47:04.926-07:00",
      "targets": [],
      "attributes": []
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
alert group deleted
data
object
required