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.
curl --request DELETE \
--url https://api.example.com/v1/traces/{trace_identifier}"<string>"Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The trace identifier: either a relay GlobalID or OpenTelemetry trace_id
Successful Response
Was this page helpful?