no (osu-config-mode)
  
  
    
      Removes the settings configured for this OSU provider. Once removed the
        information is not included in the ANQP providers list.
     
    Supported in the following platforms: 
         
         
            - Access Points — AP7502, AP7522,
               AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
 
            - Wireless Controller — RFS4010
 
            - Service Platforms — NX5500, NX7500,
               NX9500, NX9600, VX9000
 
         
       
    Syntax
      
      no [description|icon|method|nai|name|server-url]
      no [description|icon|name] {iso-lang <ISO-LANG-CODE>}
      no [nai|server-url]
      no method [oma-dm|soap-xml-spp]
     
    Parameters
      
      no <PARAMETERS>
      
          
          
          
            
              | no <PARAMETERS> | 
              Removes the settings configured for this OSU
                provider | 
             
          
         
 | 
     
    Examples
      
      nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#show context
 osu provider test
  name testOSU
  description "OSU created for testing purposes."
  icon iso-lang eng width 128 height 128 mime-type image/png file falsh:/testicon
  method soap-xml-spp priority 2
  nai test.org
  server-url test.exampe.com
nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#
      nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#no description
      nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#no icon iso-lang eng
      nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#show context
 osu provider test
  name testOSU
  method soap-xml-spp priority 2
  nai test.org
  server-url test.exampe.com
nx9500-6C8809(config-passpoint-policy-test-osu-provider-test)#