dropSearchIndex

suspend fun dropSearchIndex(indexName: String)

Drop an Atlas Search index given its name.

Parameters

indexName

the name of the search index to drop.

See also