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. Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of this endpoint. If you don’t know whether you are an advanced user, please contact Rootly customer support.
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routing_rules/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "f95978b8-75e0-4105-b6b3-379143f323e0",
"type": "alert_routing_rules",
"attributes": {
"name": "Alert Routing Rule 3",
"alerts_source_id": "974cf7e0-0b1e-4e56-9770-436ba1a07964",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": null,
"created_at": "2025-10-21T21:02:58.503-07:00",
"updated_at": "2025-10-21T21:03:02.531-07:00",
"destinations": [],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "52830e8c-7a02-400a-9802-35f570d214d1",
"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": "f95978b8-75e0-4105-b6b3-379143f323e0",
"type": "alert_routing_rules",
"attributes": {
"name": "Alert Routing Rule 3",
"alerts_source_id": "974cf7e0-0b1e-4e56-9770-436ba1a07964",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": null,
"created_at": "2025-10-21T21:02:58.503-07:00",
"updated_at": "2025-10-21T21:03:02.531-07:00",
"destinations": [],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "52830e8c-7a02-400a-9802-35f570d214d1",
"type": "groups"
}
]
}
}
}
}