v55

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04522891921.1 KB
Traces

Delete Trace

Delete a "simple" trace.

Removes the single-span trace created via POST /simple/traces/. Returns the (trace_id, span_id) pair that was removed, for logging or downstream cleanup. Use DELETE /tracing/traces/{trace_id} when operating on a multi-span trace.

delete/simple/traces/{trace_id}

Path parameters

trace_idstring required

Response

Successful Response

countinteger

1 if a trace was removed, 0 otherwise.