Delete a prune lock identified by its name. Returns true if the lock existed.
Declared in <node/blockstorage.h>
[[requires_capability(0x7ff37af172c8), requires_capability(0x7ff376b842a8), requires_capability(0x7ff37ded1e98), requires_capability(0x7ff36c6170b8), requires_capability(0x7ff37c49af18), requires_capability(0x7ff39283d918)]]
bool
DeletePruneLock(std::string const& name);
True if a lock with that name existed and was removed.
| Name | Description |
|---|---|
| name | The name identifying the prune lock to delete. |