Skip to main content
DELETE
/
notifications
/
api
/
v1
/
notifications
/
channels
/
{channel_id}
Delete a notification channel
curl --request DELETE \
  --url https://www.closient.com/notifications/api/v1/notifications/channels/{channel_id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

channel_id
integer
required

Unique identifier of the notification channel.

Response

204

No Content