v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Deprecated

Delete Trace

Delete a trace and all its spans.

Removes every span that shares this trace_id within the project. Returns 202 Accepted with the links for the spans that were marked for deletion. trace_id must be a 32-char hex UUID.

Deletion is not reversible. For soft-removal semantics on a single-trace simple annotation, prefer DELETE /simple/traces/{trace_id}.

delete/tracing/traces/{trace_id}

Path parameters

trace_idstring required

Response

Successful Response

countinteger

Number of spans that were accepted and published to the ingest stream. Compare against the number of spans you sent to detect partial failures.