If you are the last remaining channel member and you set deleteChannelIfEmpty parameter to true when leaving the channel, the channel will be deleted.
await client.leaveChannel({
channelId: 'some_channel',
deleteChannelIfEmpty: true, // if I am the last member, channel will be deleted when I leave
});