Skip to main content

delete_index

Function delete_index 

Source
pub async fn delete_index(
    configuration: &Configuration,
    connection_id: &str,
    schema: &str,
    table: &str,
    index_name: &str,
) -> Result<(), Error<DeleteIndexError>>
Expand description

Delete a specific index from a cached table.