Use the drop method to drop a permanent non-native table from a foreign server. Note that temporary non-native tables are dropped automatically when the current session ends.
scala> s1.drop("default.nn2")
scala> s1.drop("default.nn2")