native
nvault_remove
Syntax
native nvault_remove(vault, const key[]);
Description
Removes an entry from the vault by its key.
Parameters
| vault | A vault handle returned from nvault_open() |
|---|---|
| key | The key to remove from the vault |
Return
This function has no return value.
Error
On invalid vault handle.