Delete trace
Authentication
Path parameters
Query parameters
ISO 8601 start of time range for efficient lookup. Defaults to end_time minus 1 hour.
ISO 8601 start of time range for efficient lookup. Defaults to end_time minus 1 hour.
Deletes a single trace and all its spans by trace_unique_id. Removes data from both raw span storage and the aggregated trace table.
ClickHouse uses lightweight deletes (async mutations), so the API cannot confirm whether the trace actually existed. The endpoint always returns 200 whether the trace was found or not.
trace_unique_id string required: Unique identifier of the trace to delete.start_time string: ISO 8601 start of time range for efficient lookup. Defaults to end_time minus 1 hour.
Example
end_time string: ISO 8601 end of time range for efficient lookup. Defaults to current time.
Example
Providing start_time and end_time is recommended for performance. These constrain the ClickHouse scan to the relevant time partition. If omitted, the API defaults to the last hour from the current time.
API key authentication. Get your API key from https://platform.respan.ai/platform/api-keys