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
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Last modified on May 22, 2026