Delete Traces
Traces
Delete Traces
Delete one or more traces and all associated data (spans, attributes, evaluator scores, and span content) from the application. This operation is idempotent — returns 204 even if the traces do not exist.
DELETE
Delete Traces
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to delete traces by ID
UUID of the application
List of OpenTelemetry trace IDs (hex strings) to delete
Required array length:
1 - 1000 elementsOpenTelemetry trace ID (32-character hex string, all-zeros excluded)
Required string length:
32Pattern:
^(?!0{32})[0-9a-f]{32}$Response
Traces deleted successfully