ExAliyunOts.delete_index

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

delete_index(instance, table_name, index_name)

View Source

Specs

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

Official document in Chinese | English

Example

import MyApp.TableStore

delete_index("table_name", "index_name")