DELETE
/
v1
/
alert_groups
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_groups/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "c8d82406-0aa2-4b13-b877-d588d62c885c",
    "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-13T11:58:36.243-07:00",
      "created_at": "2025-03-13T11:58:33.715-07:00",
      "updated_at": "2025-03-13T11:58:36.243-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