Version: v5On this pageionic config unsetDelete config valuesionic config unset [options]This command deletes configuration values from the project's ./ionic.config.json file. It can also operate on the global CLI configuration (~/.ionic/config.json) using the --global option.For nested properties, separate nest levels with dots. For example, the property name integrations.cordova will look in the integrations object for the cordova property.For multi-app projects, this command is scoped to the current project by default. To operate at the root of the project configuration file instead, use the --root option.Examples$ ionic config unset$ ionic config unset type$ ionic config unset --global git.setup$ ionic config unset -g interactiveInputspropertyDescriptionThe property name you wish to deleteOptions--globalDescriptionUse global CLI configAliases-gAdvanced Options--rootDescriptionOperate on root of ./ionic.config.json