DELETE
/
v1
/
alert_urgencies
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_urgencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "fd9242cd-e194-47b9-b4f9-9e29519f6f0d",
    "type": "alert_urgencies",
    "attributes": {
      "name": "24vrl",
      "description": "Vel voluptatum molestiae dolor.",
      "position": 1,
      "created_at": "2025-05-29T17:40:11.185-07:00",
      "updated_at": "2025-05-29T17:40:15.635-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.