<a id="ksqldb-reference-undefine"></a>

# UNDEFINE statement in ksqlDB for Confluent Platform

## Synopsis

```sql
DEFINE <name>'
```

## Description

Undefines a currently defined variable.

## Example

```none
UNDEFINE replica_count;
```
