Skip to main content
DELETE
/
v1
/
alert_urgencies
/
{id}
Delete an alert urgency
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7775536d-71d1-451b-9c04-321d7476563f",
    "type": "alert_urgencies",
    "attributes": {
      "name": "hrl02",
      "description": "Ea ipsa unde itaque.",
      "position": 1,
      "created_at": "2025-12-24T09:22:49.954-08:00",
      "updated_at": "2025-12-24T09:22:52.115-08:00"
    }
  }
}

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

alert urgency deleted

data
object
required