Usage: apic {{config:delete}} OPTIONS NAME Delete a configuration variable Options -l, --{{local}} delete the local application configuration variable ({{loopback}} project only) -g, --{{global}} delete the global configuration variable Configuration variables: {{catalog}} The catalog configuration variable should be set to the URI of an API Connect catalog. The value of the catalog provides the default identity of a catalog for all the commands that are used to manage aspects of a catalog. The default values defined by the catalog's URI can be overridden using the --{{server}}, --{{organization}}, and --{{catalog}} command line options. The catalog URI has the form: apic-catalog://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/catalogs/CATALOG_NAME {{app}} The app configuration variable should be set to the URI of API Connect app. The value of the app provides the default identity of an app for all the commands that are used to manage aspects of an app. The default values defined by the app's URI can be overridden using the --{{server}}, --{{organization}}, and --{{app}} command line options. The app URI has the form: apic-app://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/apps/APP_NAME {{org}} The default value of org defined by the app's or catalog's URI can be set using the org URI. The org URI has the form: apic-org://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME {{space}} The space configuration variable should be set to the URI of an API Connect space. The value of the space provides the default identity of a space for all the commands that are used to manage aspects of a space. The default values defined by the spaces's URI can be overridden using the --{{server}}, --{{organization}}, --{{catalog}}, and --{{space}} command line options. The space URI has the form: apic-space://MANAGEMENT_SERVER/orgs/ORGANIZATION_NAME/catalogs/CATALOG_NAME/spaces/SPACE_NAME {{accessibility-mode}} Enables accessibility features. Value should be set to '{{enabled}}' or '{{disabled}}'. If it is not set, {{accessibility-mode}} is disabled. {{oauth-client-type}} To test OAuth its necessary to set the OAuth client type, this is typically done using the Development Portal. Use this variable to achieve the same using just the toolkit. {{oauth-redirect-uri}} To test OAuth its necessary to set the OAuth Redirect URI, this is typically done using the Development Portal. Use this variable to achieve the same using just the toolkit. {{template-path}} List of places to look for handlebar templates {{template-default-api}} Defines the default {{api}} template {{template-default-product}} Defines the default product template {{$ apic config:delete catalog}} Deleted {{catalog: apic-catalog://mgmnthost.com/orgs/climbon/catalogs/sb}} {{$ apic config:delete org}} Deleted {{org: apic-org://mgmnthost.com/orgs/climbon}} {{$ apic config:delete template-path}} Deleted {{template-path: /etc/templates}}