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.
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
Update an alert channel PATCH
Changes a channel's name, destination, or enabled state. Leave url, secret, botToken, chatId, or to out to keep what is stored.
Send a test alert POST
Sends a sample notification through the channel right away and reports what happened. Use it to check a webhook URL or chat integration before you rely on it.