CentralCSP
APIAlerts

Delete an alert channel

Removes the channel and detaches it from every rule that used it. A rule left with no channels stops notifying anyone.

Requires the manager role on the website and the alerting plan feature.

DELETE
/v1/workspaces/{workspaceId}/websites/{websiteId}/alerts/channels/{channelId}

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string
websiteId*string
channelId*string

Response Body

curl -X DELETE "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/alerts/channels/string"
Empty