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
curl --request DELETE \
--url https://api.rootly.com/v1/alert_routes/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "fa8acc89-6d66-4cb7-bdfa-d4897dc25795",
"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": "fa8acc89-6d66-4cb7-bdfa-d4897dc25795",
"type": "alert_route",
"attributes": {
"deleted": true
}
}
}