deleteChannel

fun deleteChannel(channelType: String, channelId: String): Call<Channel>

Deletes the channel specified by the channelType and channelId.

Parameters

channelType

The type of the channel.

channelId

The ID of the channel.