English
cURL
curl --request DELETE \ --url https://api.example.com/v1/traces/{trace_identifier}
"<string>"
Delete an entire trace by its identifier. The identifier can be either:
This will permanently remove all spans in the trace and their associated data.
The trace identifier: either a relay GlobalID or OpenTelemetry trace_id
Successful Response
Was this page helpful?