The syntax of Configure Runtime command-line utility for removing an existing view is:
ConfigureRuntime.exe /DELVIEW <ViewName> [/?]
If you pass valid parameters to delete a view, a message appears as, "Successfully deleted the view".
Argument | Description |
---|---|
/DELVIEW <ViewName> | Specifies removing a unique view name. Notes:
For example, an error message appears if you pass an invalid view name. ConfigureRuntime.exe /DELVIEW NSample |
/DELVIEW /? | Displays command line syntax for deleting a view, parameters, and options of the utility. If specified, a usage message is displayed and the utility exits without starting the configuring process. |