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