Remove One or More Settings from the Device

4/8/2010

Use the noparm or nocharacteristic element to remove the setting requirement and then send to the Configuration Service Provider.

The following list shows when to use each element:

  • Use the noparm element to remove one setting.
  • Use the nocharacteristic element to remove all settings under the path defined by the type attribute of the nocharacteristic element.

The following XML example shows how to remove all of the PPP1 settings.

Code Example

<wap-provisioningdoc>
   <characteristic type="CM_PPPEntries">
      <nocharacteristic type="PPP1"/>
   </characteristic> 
</wap-provisioningdoc>

Remarks

For information about the provisioning file syntax for different OMA Client Provisioning versions, see OMA Client Provisioning Files.

See Also

Tasks

CM_PPPEntries Configuration Service Provider Examples for OMA Client Provisioning

Reference

CM_PPPEntries Configuration Service Provider

Concepts

OMA Client Provisioning Files

Other Resources

OMA Client Provisioning XML File Examples