cURL
curl --request DELETE \ --url https://domainwarden.app/api/domains/{domain_id}/notification-channels/{domainNotificationChannel_id} \ --header 'Authorization: Bearer <token>'
{ "description": "No Content" }
Permanently deletes a notification channel. Protected channels cannot be deleted.
You can obtain your API Token from your Domainwarden account settings.
The ID of the domain.
The ID of the domainNotificationChannel.
"No Content"