Skip to content

Vault.deleteConfigJson method

Vault › deleteConfigJson

Unofficial

Remove a vault config file

Signature:

deleteConfigJson(configFile: string): Promise<void>

Parameters:

Parameter Type Description
configFile string The config file to delete.

Returns: Promise<void>A promise that resolves when the config file is deleted.