iOS
deleteGroup()
Admin
let GUID = "GUID"; CometChat.deleteGroup(GUID: GUID, onSuccess: { (response) in print("Group deleted successfully.") }) { (error) in print("Group delete failed with error: " + error!.errorDescription); }
Was this page helpful?