Can't seem to delete channel I created
See original GitHub issuevar cid;
rtm.on(RTM_EVENTS.CHANNEL_CREATED,function(ev){
cid=ev.channel.id; //created
};
web.channels.create('name_of_channel');
then i want to delete it on the first message it receives…
rtm.on(RTM_EVENTS.MESSAGE,function(m){
web.channels.unarchive(m.channel); //not deleted
web.channels.unarchive(cid); //not deleted
});
web.channels.remove and delete don’t exist.
How can I delete a channel that this api created?
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
How To Permanently Delete a YouTube Channel
Your browser can't play this video. Learn more. Switch camera.
Read more >Unable to delete a private channel - Microsoft Community Hub
Hi I seem to be unable to delete a private channel after having created a private channel for testing. The channel has no...
Read more >Delete or hide your YouTube channel - Google Support
Hide your channel temporarily · Sign in to YouTube Studio. · From the left sidebar, select Settings "" · Select Channel and then...
Read more >How do I delete a channel in slack? - G2
Click on the Wheel icon in the top right-hand of the channel then click "Additional options..." and then "Archive Channel.".
Read more >How to Delete a YouTube Channel (with Pictures) - wikiHow
1. Open YouTube's advanced settings page. Go to https://www.youtube.com/account_advanced in your web browser. This will open the advanced settings page for ... 2....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok:
As the “Primary Owner”, I can’t delete the channel that was originally #general. I have since renamed it to something else, have a new #general, and don’t see an option to promote a new channel to the undeletable general channel. The help article doesn’t state that #general is not delete-able.