All Products
Search
Document Center

Tablestore:Delete a search index

Last Updated:Feb 27, 2026

You can call the DeleteSearchIndex operation to delete a search index that is created for a data table.

Prerequisites

Usage notes

A deleted search index cannot be recovered. Proceed with caution.

Parameters

ParameterDescription
table_nameThe name of the data table.
index_nameThe name of the search index.

Examples

The following sample code shows how to delete a search index:

client.delete_search_index('<TABLE_NAME>', '<SEARCH_INDEX_NAME>')

References