traces
Delete a trace by identifier
Delete an entire trace by its identifier. The identifier can be either:
- A Relay node ID (base64-encoded)
- 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