Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
alert urgency deleted
The response is of type object
.
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": "c4de3489-d883-44ff-96db-9d16ae321293",
"type": "alert_urgencies",
"attributes": {
"name": "lf4or",
"description": "Ut totam reiciendis deleniti.",
"position": 1,
"created_at": "2025-09-13T20:25:58.827-07:00",
"updated_at": "2025-09-13T20:26:01.239-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
alert urgency deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "c4de3489-d883-44ff-96db-9d16ae321293",
"type": "alert_urgencies",
"attributes": {
"name": "lf4or",
"description": "Ut totam reiciendis deleniti.",
"position": 1,
"created_at": "2025-09-13T20:25:58.827-07:00",
"updated_at": "2025-09-13T20:26:01.239-07:00"
}
}
}