# Lightweight deletes for Tinybird Data Sources now in Beta

DevFeed: [Lightweight deletes for Tinybird Data Sources now in Beta](<https://devfeed.tech/articles/lightweight-deletes-for-tinybird-data-sources-now-in-beta-18553.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/lightweight-deletes>)

Author: Jesús Botella

Published: 2026-06-30T12:00:00Z

Content type: release

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [data](<https://devfeed.tech/tags/data.md>), [partition](<https://devfeed.tech/tags/partition.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>)

## AI overview

Tinybird has added a beta endpoint for ClickHouse lightweight DELETE operations. It supports synchronous deletion and asynchronous deletion with polling for partition progress.

## Source excerpt

A new endpoint exposes ClickHouse's lightweight DELETE functionality in Tinybird: pick between a synchronous call that blocks until the delete is done, or an asynchronous one that you poll for partition progress.