Delete Trace
DELETE/tracing/traces/:trace_id
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Delete a trace and all its spans.
Removes every span that shares this trace_id within the project.
Returns 202 Accepted with the links for the spans that were
marked for deletion. trace_id must be a 32-char hex UUID.
Deletion is not reversible. For soft-removal semantics on a
single-trace simple annotation, prefer
DELETE /simple/traces/{trace_id}.
Request
Responses
- 202
- 422
Successful Response
Validation Error