To clear a global variable, use the URL <baseURL>/api/variable/{name}.
| HTTP method | URI | Body | 
|---|---|---|
| Put | <baseURL>/api/variable/{name} | {"clear": true} | 
| Parameter | Description | Parameter type | Data type | 
|---|---|---|---|
| name | Variable name (required). | path | string | 
Body schema:
{clear (boolean): True to clear a variable.}
Example:
https://<Hostname>/AppServer/api/variable/FullSync
Body:
{"clear": true}
