# DeleteClientVariable

Deletes a client variable.

Returns true if variable was successfully deleted; false if it was not deleted.

## Method Signature

```
DeleteClientVariable(name=[string])
```

### Arguments

| Argument | Type     | Required | Description                         | Default |
| -------- | -------- | -------- | ----------------------------------- | ------- |
| `name`   | `string` | `true`   | The name of the variable to delete. |         |

## Examples

## Related
