Bulk Delete Traces
Bulk-delete traces matching the same filters as GET .
Strategy: select the matching trace ids first, then DELETE both
tables by id. Two queries instead of a join keeps the SQL portable
across PG and SQLite and avoids DELETE ... USING syntax that
SQLite does not support.
DELETE
Bulk Delete Traces
Query Parameters
Last modified on May 22, 2026