[#node-BlockManager-PruneOneBlockFile] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::PruneOneBlockFile :relfileprefix: ../../ :mrdocs: Mark one block file as pruned (modify associated database entries) == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37af16978), requires_capability(0x7ff376b83958), requires_capability(0x7ff37ded1548), requires_capability(0x7ff36c616768), requires_capability(0x7ff37c49a5c8), requires_capability(0x7ff39283cfc8)]] void PruneOneBlockFile(int fileNumber); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fileNumber* | The block‐file number to mark as pruned. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#