Applies to:
- Winshuttle Foundation
RemoveConfig
This operation removes a site- or list-scoped Configurator option.
Usage
The following example removes the AdHocRouterEnabled configuration item from the My Documents list:
svadm -o removeconfig -url http://server/site -list "My Documents" -name AdHocRouterEnabled
                                            
Options
| Name | Description | Required | 
| -list | The name of the list from which to remove the configuration item. | No | 
| -name | The configuration item’s name to remove. | Yes | 
| -url | The URL of the site from which to remove the configuration item. | Yes | 
