cURL
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>" }
Channel ID
Channel deleted successfully
The response is of type object.
object