DELETE
/
v5
/
notifications
/
channels
/
{channelId}
Delete a notification channel
curl --request DELETE \
  --url https://api.kadoa.com/v5/notifications/channels/{channelId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "channelId": "<string>"
  },
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

channelId
string
required

Channel ID

Response

200
application/json

Channel deleted successfully

The response is of type object.