Delete a trace

Delete a trace and all its spans by trace_unique_id. Removes data from both raw span storage and the aggregated trace table.

Path parameters

trace_unique_idstringRequired
Unique identifier of the trace to delete.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

start_timestringOptional

ISO 8601 start of time range for efficient lookup. Defaults to end_time minus 1 hour.

end_timestringOptional
ISO 8601 end of time range for efficient lookup. Defaults to current time.

Errors

401
Unauthorized Error
404
Not Found Error