Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
alert route deleted
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": "ed2fc472-7273-490a-b62a-f0d7e6bc8e62",
"type": "alert_route",
"attributes": {
"deleted": true
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
alert route deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ed2fc472-7273-490a-b62a-f0d7e6bc8e62",
"type": "alert_route",
"attributes": {
"deleted": true
}
}
}