Ucs-Puptr aims to make management of configurations for your environment very simple. You can easily remove a configuration:

Remove Puptr Configuration

First let's assume we have two configurations: Test and Prod.

Running Get-PuptrConfig would show:

Source

If we want to remove the Test configuration, we would run:

Remove-PuptrConfig -Name Test

Since this is a destructive action, you will be required to confirm:

Source

If we confirm, and then run Get-PuptrConfig again:

Source

Voila! Test is gone.