Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
severity deleted
Delete a specific severity by id
curl --request DELETE \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "0929e0c1-926b-4164-9c81-a36f795885fe",
"type": "severities",
"attributes": {
"name": "knbzf",
"slug": "knbzf",
"description": "Pariatur maxime dicta aliquid.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-09-16T04:50:20.280-07:00",
"updated_at": "2025-09-16T04:50:22.582-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
severity deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "0929e0c1-926b-4164-9c81-a36f795885fe",
"type": "severities",
"attributes": {
"name": "knbzf",
"slug": "knbzf",
"description": "Pariatur maxime dicta aliquid.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-09-16T04:50:20.280-07:00",
"updated_at": "2025-09-16T04:50:22.582-07:00"
}
}
}