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": "64c8f334-ccd4-49f3-a51a-af46eb66ab1f",
"type": "alert_urgencies",
"attributes": {
"name": "pojjz",
"description": "Nulla nihil ab vel.",
"position": 1,
"created_at": "2026-02-02T12:53:17.477-08:00",
"updated_at": "2026-02-02T12:53:20.425-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "64c8f334-ccd4-49f3-a51a-af46eb66ab1f",
"type": "alert_urgencies",
"attributes": {
"name": "pojjz",
"description": "Nulla nihil ab vel.",
"position": 1,
"created_at": "2026-02-02T12:53:17.477-08:00",
"updated_at": "2026-02-02T12:53:20.425-08:00"
}
}
}