Skip to main content
DELETE
Delete Traces

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to delete traces by ID

application_id
string<uuid>
required

UUID of the application

trace_ids
string[]
required

List of OpenTelemetry trace IDs (hex strings) to delete

Required array length: 1 - 1000 elements

OpenTelemetry trace ID (32-character hex string, all-zeros excluded)

Required string length: 32
Pattern: ^(?!0{32})[0-9a-f]{32}$

Response

Traces deleted successfully