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": "1f4ea65f-c173-4a9a-9988-dcfd26e8520f",
    "type": "alert_urgencies",
    "attributes": {
      "name": "l0wfz",
      "description": "Repellat nulla laudantium repudiandae.",
      "position": 1,
      "created_at": "2025-10-14T04:25:52.432-07:00",
      "updated_at": "2025-10-14T04:25:56.902-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

data
object
required
I