Delete the topic all together. Requires Owner permission
Future deleteTopic(String topicName, bool hard) { return _tinodeService.deleteTopic(topicName, hard); }