[#DestroyBlockFilterIndex] = DestroyBlockFilterIndex :mrdocs: 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. == Synopsis Declared in `<index/blockfilterindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DestroyBlockFilterIndex(xref:BlockFilterType.adoc[BlockFilterType] filter_type); ---- == Return Value True if an index was destroyed, false if none existed. == Parameters [cols="1,4"] |=== | Name| Description | *filter_type* | Filter type of the index to destroy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#