Remove Trace
DELETE/preview/tracing/traces/:trace_id
Remove Trace
Request
Path Parameters
trace_id anyrequired
Responses
- 202
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- Array [ 
- ] 
version Version (string)required
count Count (integer)required
linksobject
anyOf
span_id Span Id (string)required
trace_id Trace Id (string)required
attributesobject
anyOf
{
  "version": "string",
  "count": 0,
  "links": [
    null
  ]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- MOD1
- MOD2
- ] 
- ] 
detailobject[]
locobject[]required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Loading...