ExAliyunOts.delete_table

You're seeing just the function delete_table, go back to ExAliyunOts module for more information.
Link to this function

delete_table(instance, table_name)

View Source

Specs

delete_table(instance(), table_name()) :: :ok | {:error, ExAliyunOts.Error.t()}

Official document in Chinese | English

Example

import MyApp.TableStore

delete_table("table_name")