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": "ea39fe64-f489-4ff7-9eec-6bfcc8425d1f",
"type": "alert_urgencies",
"attributes": {
"name": "136g3",
"description": "Consequatur facilis et dolorem.",
"position": 1,
"created_at": "2025-11-03T05:27:35.042-08:00",
"updated_at": "2025-11-03T05:27:37.535-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": "ea39fe64-f489-4ff7-9eec-6bfcc8425d1f",
"type": "alert_urgencies",
"attributes": {
"name": "136g3",
"description": "Consequatur facilis et dolorem.",
"position": 1,
"created_at": "2025-11-03T05:27:35.042-08:00",
"updated_at": "2025-11-03T05:27:37.535-08:00"
}
}
}