DELETE
/
v1
/
alert_urgencies
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c6d29257-d3c4-4048-b98f-599d0655e9fd",
    "type": "alert_urgencies",
    "attributes": {
      "name": "8b9pv",
      "description": "Unde voluptates magnam ea.",
      "position": 1,
      "created_at": "2025-03-26T23:17:21.807-07:00",
      "updated_at": "2025-03-26T23:17:26.147-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
data
object
required