How to delete the configuration manager settings in Vault

The following API call deletes the Vault Option that contains all the settings of the powerFLC Configuration manager dialog:

$vault.KnowledgeVaultService.SetVaultOption("POWERFLC_SETTINGS", "")
 

The PowerShell script "DeleteSettings.ps1" in the attachments contains the complete code and can be used by an administrator to clear the configured settings in the Configuration Manager

The script does not delete anything in Fusion Lifecycle.

To use it insert your Vault credentials in the appropriate variables at the beginning of the script.

Use this script with caution. Deleting an attribute can not be undone.

Using this script will delete the configured credentials as well as the workflow settings!

You can back up your workflow settings using the "Export..." button in the powerFLC Configuration Manager.

Downloads