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": "d899a303-6b6e-4ea4-97a7-0b26c5d58ca0",
    "type": "alert_urgencies",
    "attributes": {
      "name": "13qfp",
      "description": "Corrupti excepturi officiis consectetur.",
      "position": 1,
      "created_at": "2025-07-12T00:11:55.126-07:00",
      "updated_at": "2025-07-12T00:11:59.119-07: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

200
application/vnd.api+json

alert urgency deleted

The response is of type object.