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": "2193945c-216d-40d4-a7d6-d5b18134d75e",
    "type": "alert_urgencies",
    "attributes": {
      "name": "jh8eb",
      "description": "Dolores dolore eaque ea.",
      "position": 1,
      "created_at": "2025-09-12T00:34:48.463-07:00",
      "updated_at": "2025-09-12T00:34:51.063-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

alert urgency deleted

The response is of type object.