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": "7775536d-71d1-451b-9c04-321d7476563f",
"type": "alert_urgencies",
"attributes": {
"name": "hrl02",
"description": "Ea ipsa unde itaque.",
"position": 1,
"created_at": "2025-12-24T09:22:49.954-08:00",
"updated_at": "2025-12-24T09:22:52.115-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "7775536d-71d1-451b-9c04-321d7476563f",
"type": "alert_urgencies",
"attributes": {
"name": "hrl02",
"description": "Ea ipsa unde itaque.",
"position": 1,
"created_at": "2025-12-24T09:22:49.954-08:00",
"updated_at": "2025-12-24T09:22:52.115-08:00"
}
}
}