Skip to main content
DELETE
/
api
/
domains
/
{domain_id}
/
notification-channels
/
{domainNotificationChannel_id}
cURL
curl --request DELETE \
  --url https://domainwarden.app/api/domains/{domain_id}/notification-channels/{domainNotificationChannel_id} \
  --header 'Authorization: Bearer <token>'
{
  "description": "No Content"
}

Authorizations

Authorization
string
header
required

You can obtain your API Token from your Domainwarden account settings.

Path Parameters

domain_id
string
required

The ID of the domain.

domainNotificationChannel_id
string
required

The ID of the domainNotificationChannel.

Response

description
string
Example:

"No Content"