Function: vaultDelete()
vaultDelete(
account,options?):Promise<boolean>
Defined in: packages/aiui-util/src/vault.ts:361
Remove the entry. Returns false (not an error) when nothing matched.
Parameters
account
string
options?
VaultOptions = {}
Returns
Promise<boolean>