Skip to main content
DELETE
/
api
/
v1
/
alert-channels
/
{id}
Soft-delete an alert channel and return affected policy summary
curl --request DELETE \
  --url https://api.devhelm.io/api/v1/alert-channels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "affectedPolicies": 123,
  "disabledPolicies": 123
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required

Response

200 - */*

OK

Summary of policies affected by channel deletion

affectedPolicies
integer<int32>

Number of notification policies whose escalation steps were modified

disabledPolicies
integer<int32>

Number of notification policies disabled because they had no remaining channels