Delete a specific alert route by id. Note: This endpoint requires access to Advanced Alert Routing. If you’re unsure whether you have access to this feature, please contact Rootly customer support.
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b358b7a5-a7bc-4713-899e-c07134a3d896",
"type": "alert_route",
"attributes": {
"deleted": true
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b358b7a5-a7bc-4713-899e-c07134a3d896",
"type": "alert_route",
"attributes": {
"deleted": true
}
}
}