drop_table_index

Function drop_table_index 

Source
pub async fn drop_table_index(
    configuration: &Configuration,
    id: &str,
    index_name: &str,
    drop_table_index_request: DropTableIndexRequest,
    delimiter: Option<&str>,
) -> Result<DropTableIndexResponse, Error<DropTableIndexError>>
Expand description

Drop the specified index from table id.