delete

suspend fun GroupChannel.delete()

Deletes this GroupChannel. Note that only operators of a channel are able to delete it or else, an error will be returned to the handler.

Since

4.15.0


suspend fun OpenChannel.delete()

Deletes an OpenChannel. Note that only operators of a channel are able to delete it or else, an error will be returned to the handler.

Since

4.15.0