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": "1fd68124-10f2-4a44-bb2c-7a9dd66676ab",
"type": "alert_urgencies",
"attributes": {
"name": "pi9lp",
"description": "Explicabo eum dolores aspernatur.",
"position": 1,
"created_at": "2025-11-21T14:27:25.353-08:00",
"updated_at": "2025-11-21T14:27:28.027-08: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": "1fd68124-10f2-4a44-bb2c-7a9dd66676ab",
"type": "alert_urgencies",
"attributes": {
"name": "pi9lp",
"description": "Explicabo eum dolores aspernatur.",
"position": 1,
"created_at": "2025-11-21T14:27:25.353-08:00",
"updated_at": "2025-11-21T14:27:28.027-08:00"
}
}
}