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": "1fd68124-10f2-4a44-bb2c-7a9dd66676ab",
    "type": "alert_urgencies",
    "attributes": {
      "name": "pi9lp",
      "description": "Explicabo eum dolores aspernatur.",
      "position": 1,
      "created_at": "2025-11-21T14:27:25.353-08:00",
      "updated_at": "2025-11-21T14:27:28.027-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