Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
alert routing rule deleted
Delete a specific alert routing rule by id
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routing_rules/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "aa61c8e6-877b-48db-bb43-95e96b135b1d",
"type": "alert_routing_rules",
"attributes": {
"name": "Alert Routing Rule 3",
"alerts_source_id": "42abc2b2-13f2-442e-88cf-3a8072a9c4c3",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": null,
"created_at": "2025-10-07T14:08:24.461-07:00",
"updated_at": "2025-10-07T14:08:28.880-07:00",
"destinations": [],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "b6f7f650-5b37-4f97-b7f9-2cf605a49655",
"type": "groups"
}
]
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
alert routing rule deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routing_rules/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "aa61c8e6-877b-48db-bb43-95e96b135b1d",
"type": "alert_routing_rules",
"attributes": {
"name": "Alert Routing Rule 3",
"alerts_source_id": "42abc2b2-13f2-442e-88cf-3a8072a9c4c3",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": null,
"created_at": "2025-10-07T14:08:24.461-07:00",
"updated_at": "2025-10-07T14:08:28.880-07:00",
"destinations": [],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "b6f7f650-5b37-4f97-b7f9-2cf605a49655",
"type": "groups"
}
]
}
}
}
}