[#DestroyDB] = DestroyDB :mrdocs: Destroys the LevelDB database stored at the given path. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DestroyDB(std::string const& path_str); ---- == Return Value True if the database was successfully destroyed. == Parameters [cols="1,4"] |=== | Name| Description | *path_str* | Filesystem path of the database to destroy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#