Skip to main content
DELETE
/
admin
/
api
/
v1
/
traces
/
{otel_trace_id}
Delete Trace
curl --request DELETE \
  --url https://api.example.com/admin/api/v1/traces/{otel_trace_id}
{
  "deletedSpans": 123,
  "deleted": true
}

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.

Path Parameters

otel_trace_id
string
required

Response

Successful Response

Body of a single DELETE /admin/api/v1/traces/{id} response.

Reports the deleted trace plus the cascaded span count so the UI can show "removed N spans" without a follow-up read.

deletedSpans
integer
required
deleted
boolean
default:true
Last modified on May 22, 2026