How can remove groupchannel?

I see Javascript API doc,
But i cannot find delete a group channel,
i want to remove a group channel what should i do ?

Hi @11110,

It looks like we do have a delete method on Javascript, it just was missed in the documentation. We are working to correct that.

That being said, you can use the documentation for the Open Channel delete method as your basis. The two are built very similarly. You’d just replace the OpenChannel object, with the GroupChannel object.

1 Like