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": "<string>",
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
alert urgency deleted
Show child attributes
Unique ID of the alert urgency
alert_urgencies Show child attributes
The name of the alert urgency
The description of the alert urgency
Position of the alert urgency
Date of creation
Date of last update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
}