v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
traces

Delete a trace by identifier

Delete an entire trace by its identifier. The identifier can be either:

  1. A Relay node ID (base64-encoded)
  2. An OpenTelemetry trace_id (hex string)

This will permanently remove all spans in the trace and their associated data.

delete/v1/traces/{trace_identifier}

Path parameters

trace_identifierstring required

The trace identifier: either a relay GlobalID or OpenTelemetry trace_id

The trace identifier: either a relay GlobalID or OpenTelemetry trace_id

Response

Successful Response