Delete channel

Hi,
How can I get rid of unused message channels? These (chat) channels are created dynamically. It often happens that all users leave a channel and then I am ending up with a lot of unused channels.
Is there an API for delete unused channels?
regards

Hi @Klaus_Stoller

We not have such API, I’ve created a ticket BKNDLSS-30096 to discussed it

Regards, Vlad

Hi, is there any update on this topic? I am interested in programmatically deleting channels.

Hello @Klaus_Stoller @Maxime_Franchot

You can now use the following route to remove channels:
DELETE https://xxx-api.backendless.com/{APP ID}/{CloudCode API Key}/messaging/channels/{channelName}

Note that this operation is only available when using the CloudCode api key.

Regards,
Inna