| Page | Description |
|---|---|
| Overview | Provides an overview of the various ways to delete data in ClickHouse. |
| Lightweight deletes | Learn how to use the Lightweight Delete to delete data. |
| Delete mutations | Learn about Delete Mutations. |
| Truncate table | Learn about how to use Truncate, which allows the data in a table or database to be removed, while preserving its existence. |
| Drop partitions | Learn about Dropping Partitions in ClickHouse. |
Deleting Data
How to delete data in ClickHouse Table Of Contents
In this section of the documentation,
we will explore how to delete data in ClickHouse.
Last modified on June 8, 2026