delete
Delete notification channel
Permanently deletes a channel and removes it from any rules that reference it.
Required API key scope
notifications:delete
/api/v1/team/notifications/channels/{channelId}Code samples
curl --request DELETE \
--url https://api.emailguard.co/api/v1/team/notifications/channels/YOUR_ID \
--header 'Authorization: Bearer YOUR_API_KEY'Parameters
Path parameters
| Name | Type | Description |
|---|---|---|
| channelIdrequired | string | UUID of the notification channel to delete |