Uninstall

To uninstall/delete a Chart with release name <Release Name> invoke the following command:
$ helm uninstall <Release Name> -n ibm-sccm
or
$ helm delete <Release Name> -n ibm-sccm
Example:
$ helm uninstall test -n ibm-sccm

or

$ helm delete test -n ibm-sccm