Tinybird has released a beta endpoint exposing ClickHouse’s lightweight DELETE functionality, letting users pick a synchronous call that blocks until the delete finishes or an asynchronous one polled for progress. Deletes are acknowledged in milliseconds to seconds rather than the minutes or hours full rewrites used to take, using a _row_exists mask instead of rewriting entire parts.