Destroy the block filter index with the given type. Returns false if no such index exists. This just releases the allocated memory and closes the database connection, it does not delete the index data.
Declared in <index/blockfilterindex.h>
bool
DestroyBlockFilterIndex(BlockFilterType filter_type);
True if an index was destroyed, false if none existed.
| Name | Description |
|---|---|
| filter_type | Filter type of the index to destroy. |