Removes a substitution variable.
Syntax
DELETEVARIABLE variableName serverName [appName [dbName]]
| Parameter | Description | 
|---|---|
variableName  | Name of substitution variable to delete.  | 
serverName  | Name of the server.  | 
appName  | Optional. Name of the application.  | 
dbName  | Optional. Name of the database.  | 
Notes
If the variable was created at the server level, specify only the server name. If the variable was created at the application level, specify the server and application. If the variable was created at the database level, select the server, application, and database.
Example
DELETEVARIABLE "CurQtr" "Bamboo" "Sample" "Basic";