no

purview-application-group

Removes this Purview application group‘s configurations (application and/or description)

Supported in the following platforms:

Syntax

no [application <PURVIEW-APP-NAME>|description]

Parameters

no [application <PURVIEW-APP-NAME>|description]
no <PARAMETERS> Removes an application associated with this group, and removes the group‘s description

Examples

The following example displays the purview-application-group ‘PurvAppGrp‘ configuration before the execution of ‘no‘ commands:

nx9500-6C8809(config-purview-app-group-PurvAppGrp)#show context
application-group PurvAppGrp
 description “This Purview Application Group contains Alibaba application.”
 application Alipay
 application Alibaba
 application AliExpress
 nx9500-6C8809(config-purview-app-group-PurvAppGrp)#
nx9500-6C8809(config-purview-app-group-PurvAppGrp)#no application Alipay
nx9500-6C8809(config-app-group-amazon)#no description

The following example displays the purview-application-group ‘PurvAppGrp‘ configuration after the execution of ‘no‘ commands:

nx9500-6C8809(config-purview-app-group-PurvAppGrp)#show context
application-group PurvAppGrp
 application Alibaba
 application AliExpress
 nx9500-6C8809(config-purview-app-group-PurvAppGrp)#