Delete Annotation
DELETE/preview/annotations/:trace_id/:span_id
Delete Annotation
Request
Path Parameters
trace_id Trace Idrequired
span_id Span Idrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
annotation
object
required
span_id Span Id (string)required
trace_id Trace Id (string)required
{
"annotation": {
"span_id": "string",
"trace_id": "string"
}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...