Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
alert urgency deleted
Delete a specific alert urgency by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "0564f3f4-935d-4b2a-931b-02032ba3b842",
"type": "alert_urgencies",
"attributes": {
"name": "zmdqo",
"description": "Illo eos non quod.",
"position": 1,
"created_at": "2025-10-03T19:33:10.485-07:00",
"updated_at": "2025-10-03T19:33:13.922-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
alert urgency deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "0564f3f4-935d-4b2a-931b-02032ba3b842",
"type": "alert_urgencies",
"attributes": {
"name": "zmdqo",
"description": "Illo eos non quod.",
"position": 1,
"created_at": "2025-10-03T19:33:10.485-07:00",
"updated_at": "2025-10-03T19:33:13.922-07:00"
}
}
}