Skip to main content
DELETE
/
admin
/
api
/
v1
/
traces
Bulk Delete Traces
curl --request DELETE \
  --url https://api.example.com/admin/api/v1/traces
{
  "deletedTraces": 123,
  "deletedSpans": 123
}

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

started_after
string<date-time> | null
started_before
string<date-time> | null
model
string | null
status
string | null
user_id
string | null
session_id
string | null
name_contains
string | null

Response

Successful Response

Body of DELETE /admin/api/v1/traces (bulk by filter).

The filter shape mirrors :class:StandaloneTraceListFilters (minus limit / cursor); the response counts what was removed.

deletedTraces
integer
required
deletedSpans
integer
required
Last modified on May 22, 2026