deleteIndex
inline suspend fun OpenSearchClient.deleteIndex(crossinline block: DeleteIndexRequest.Builder.() -> Unit): DeleteIndexResponse
Deletes an OpenSearch index. This operation permanently removes the index and cannot be undone.
Deletes an OpenSearch index. This operation permanently removes the index and cannot be undone.